#BBB4DF

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

Shades of Lavender Grey #BBB4DF

Tints of Lavender Grey #BBB4DF

Color information

#BBB4DF (or 0xBBB4DF) is unknown color: approx Lavender Grey. HEX triplet: BB, B4 and DF. RGB value is (187,180,223). Sum of RGB (Red+Green+Blue) = 187+180+223=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DF is #444B20. Grayscale: #BABABA. Windows color (decimal): -4475681 or 14660795. OLE color: 14660795.

HSL color Cylindrical-coordinate representation of color #BBB4DF: hue angle of 249.77º degrees, saturation: 0.4, 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 #BBB4DF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187180223-
CMYK0.160.1900.13
HSL249.77º40.19%79.02%-
HSV(B)249.77º19.28%87.45%-
XYZ50.1348.5476.54-
YUV186.99148.32128-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 223 (87.5% from 255) = 37.80%
R=31.69%
G=30.51%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871802230.160.1900.13249.7740.1979.02
HexBBB4DF10130Dfa284f
Octal273264337202301537250117
Binary101110111011010011011111100001001101101111110101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4DF; }

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

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

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

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

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

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

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

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