Color Hex Logo

#bbadcf Color Hex

#BBADCF
(187,173,207)
0 Favorites   0 Comments

Color spaces of #bbadcf

RGB 187173207
HSL0.740.260.75
HSV265°16°81°
CMYK 0.100.160.00   0.19
XYZ46.699644.956965.2477
Yxy44.95690.29760.2865
Hunter Lab67.04996.9862-10.7614
CIE-Lab72.863511.5112-15.4029

#bbadcf color RGB value is (187,173,207).

#bbadcf hex color red value is 187, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bbadcf hue: 0.74 , saturation: 0.26 and the lightness value of bbadcf is 0.75.

The process color (four color CMYK) of #bbadcf color hex is 0.10, 0.16, 0.00, 0.19. Web safe color of #bbadcf is #cc99cc. Color #bbadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 11001111
Octal 273 255 317
Decimal 187 173 207
Hex BB AD CF

RGB Percentages of Color #bbadcf

%32.98
%30.51
%36.51

CMYK Percentages of Color #bbadcf

%10
%16
%0
%19

Triadic Colors of #bbadcf

#bbadcf #cfbbad #adcfbb

Analogous Colors of #bbadcf

#bbadcf #ccadcf #adb0cf

Monochromatic Colors of #bbadcf

#bbadcf

Complementary Color

#bbadcf #c1cfad

#bbadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadcf Color CSS Codes

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

#bbadcf Text Font Color

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

This sample text font color is #bbadcf
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.


#bbadcf Background Color

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

This div background color is #bbadcf


#bbadcf Border Color

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

This div border color is #bbadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadcf


Comments

No comments written yet.

Please login to write comment.