Color Hex Logo

#bbafcc Color Hex

#BBAFCC
(187,175,204)
0 Favorites   0 Comments

Color spaces of #bbafcc

RGB 187175204
HSL0.740.220.74
HSV265°14°80°
CMYK 0.080.140.00   0.20
XYZ46.722645.584463.4629
Yxy45.58440.29990.2926
Hunter Lab67.51625.3723-8.4692
CIE-Lab73.27509.8021-13.1417

#bbafcc color RGB value is (187,175,204).

#bbafcc hex color red value is 187, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbafcc hue: 0.74 , saturation: 0.22 and the lightness value of bbafcc is 0.74.

The process color (four color CMYK) of #bbafcc color hex is 0.08, 0.14, 0.00, 0.20. Web safe color of #bbafcc is #cc99cc. Color #bbafcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 11001100
Octal 273 257 314
Decimal 187 175 204
Hex BB AF CC

RGB Percentages of Color #bbafcc

%33.04
%30.92
%36.04

CMYK Percentages of Color #bbafcc

%8
%14
%0
%20

Triadic Colors of #bbafcc

#bbafcc #ccbbaf #afccbb

Analogous Colors of #bbafcc

#bbafcc #caafcc #afb2cc

Monochromatic Colors of #bbafcc

#bbafcc

Complementary Color

#bbafcc #c0ccaf

#bbafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafcc Color CSS Codes

.mybgcolor {background-color:#bbafcc; } 
.myforecolor {color:#bbafcc; }
.mybordercolor {border:3px solid #bbafcc; }

#bbafcc Text Font Color

<p style="color:#bbafcc">Text here</p>

This sample text font color is #bbafcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbafcc Background Color

<div style="background-color:#bbafcc">
Div content here</div>

This div background color is #bbafcc


#bbafcc Border Color

<div style="border:3px solid #bbafcc">
Div here</div>

This div border color is #bbafcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,175,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbafcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbafcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafcc;
  box-shadow:         1px 1px 3px 2px #bbafcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,175,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbafcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbafcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bbafcc;
  box-shadow:         1px 1px 3px 2px #bbafcc;">
Div content here</div>

This div box has shadow with color #bbafcc


Comments

No comments written yet.

Please login to write comment.