#BBB4DD

Color #BBB4DD Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #BBB4DD

Tints of Lavender Grey #BBB4DD

Color information

#BBB4DD (or 0xBBB4DD) is unknown color: approx Lavender Grey. HEX triplet: BB, B4 and DD. RGB value is (187,180,221). Sum of RGB (Red+Green+Blue) = 187+180+221=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DD is #444B22. Grayscale: #BABABA. Windows color (decimal): -4475683 or 14529723. OLE color: 14529723.

HSL color Cylindrical-coordinate representation of color #BBB4DD: hue angle of 250.24º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB4DD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187180221-
CMYK0.150.1900.13
HSL250.24º37.61%78.63%-
HSV(B)250.24º18.55%86.67%-
XYZ49.8748.4375.13-
YUV186.77147.32128.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=31.80%
G=30.61%
B=37.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871802210.150.1900.13250.2437.6178.63
HexBBB4DDF130Dfa264f
Octal273264335172301537246117
Binary10111011101101001101110111111001101101111110101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4DD; }

 p { color: rgb(187,180,221); }

 H1.HeaderClassName
 {
   color: #BBB4DD;
 }
 .AnyTagClassName
 {
   color: #BBB4DD;
 }
</style>
background-color css

<style>
 a { background-color: #BBB4DD; }

 a { background-color: rgb(187,180,221); }

 div.DivClassName
 {
   background-color: #BBB4DD;
 }
 .BgClassName
 {
   background-color: #BBB4DD;
 }
</style>
border-color css

<style>
 span { border-color: #BBB4DD; }

 span { border-color: rgb(187,180,221); }

 td.TdClassName
 {
   border-color: #BBB4DD;
 }
 .TagClassName
 {
   border-color: #BBB4DD;
 }
</style>