Color Hex Logo

#bbbad4 Color Hex

#BBBAD4
(187,186,212)
0 Favorites   0 Comments

Color spaces of #bbbad4

RGB 187186212
HSL0.670.230.78
HSV242°12°83°
CMYK 0.120.120.00   0.17
XYZ49.936150.436169.3906
Yxy50.43610.29420.2971
Hunter Lab71.01841.2289-8.2182
CIE-Lab76.33625.4546-12.9113

#bbbad4 color RGB value is (187,186,212).

#bbbad4 hex color red value is 187, green value is 186 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #bbbad4 hue: 0.67 , saturation: 0.23 and the lightness value of bbbad4 is 0.78.

The process color (four color CMYK) of #bbbad4 color hex is 0.12, 0.12, 0.00, 0.17. Web safe color of #bbbad4 is #cccccc. Color #bbbad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 11010100
Octal 273 272 324
Decimal 187 186 212
Hex BB BA D4

RGB Percentages of Color #bbbad4

%31.97
%31.79
%36.24

CMYK Percentages of Color #bbbad4

%12
%12
%0
%17

Triadic Colors of #bbbad4

#bbbad4 #d4bbba #bad4bb

Analogous Colors of #bbbad4

#bbbad4 #c8bad4 #bac6d4

Monochromatic Colors of #bbbad4

#bbbad4

Complementary Color

#bbbad4 #d3d4ba

#bbbad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbad4 Color CSS Codes

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

#bbbad4 Text Font Color

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

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


#bbbad4 Background Color

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

This div background color is #bbbad4


#bbbad4 Border Color

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

This div border color is #bbbad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbad4


Comments

No comments written yet.

Please login to write comment.