Color Hex Logo

#bbbfd0 Color Hex

#BBBFD0
(187,191,208)
0 Favorites   0 Comments

Color spaces of #bbbfd0

RGB 187191208
HSL0.630.180.77
HSV229°10°82°
CMYK 0.100.080.00   0.18
XYZ50.509552.380567.1228
Yxy52.38050.29710.3081
Hunter Lab72.3744-2.0814-4.3258
CIE-Lab77.50781.9428-8.9955

#bbbfd0 color RGB value is (187,191,208).

#bbbfd0 hex color red value is 187, green value is 191 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #bbbfd0 hue: 0.63 , saturation: 0.18 and the lightness value of bbbfd0 is 0.77.

The process color (four color CMYK) of #bbbfd0 color hex is 0.10, 0.08, 0.00, 0.18. Web safe color of #bbbfd0 is #cccccc. Color #bbbfd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 11010000
Octal 273 277 320
Decimal 187 191 208
Hex BB BF D0

RGB Percentages of Color #bbbfd0

%31.91
%32.59
%35.49

CMYK Percentages of Color #bbbfd0

%10
%8
%0
%18

Triadic Colors of #bbbfd0

#bbbfd0 #d0bbbf #bfd0bb

Analogous Colors of #bbbfd0

#bbbfd0 #c2bbd0 #bbcad0

Monochromatic Colors of #bbbfd0

#bbbfd0

Complementary Color

#bbbfd0 #d0ccbb

#bbbfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbfd0 Color CSS Codes

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

#bbbfd0 Text Font Color

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

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


#bbbfd0 Background Color

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

This div background color is #bbbfd0


#bbbfd0 Border Color

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

This div border color is #bbbfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbfd0


Comments

No comments written yet.

Please login to write comment.