#BBB4DB

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

Shades of Lavender Grey #BBB4DB

Tints of Lavender Grey #BBB4DB

Color information

#BBB4DB (or 0xBBB4DB) is unknown color: approx Lavender Grey. HEX triplet: BB, B4 and DB. RGB value is (187,180,219). Sum of RGB (Red+Green+Blue) = 187+180+219=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DB is #444B24. Grayscale: #BABABA. Windows color (decimal): -4475685 or 14398651. OLE color: 14398651.

HSL color Cylindrical-coordinate representation of color #BBB4DB: hue angle of 250.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB4DB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187180219-
CMYK0.150.1800.14
HSL250.77º35.14%78.24%-
HSV(B)250.77º17.81%85.88%-
XYZ49.648.3273.73-
YUV186.54146.32128.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 180 (70.70% from 255) = 30.72%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=31.91%
G=30.72%
B=37.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871802190.150.1800.14250.7735.1478.24
HexBBB4DBF120Efb234e
Octal273264333172201637343116
Binary10111011101101001101101111111001001110111110111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4DB; }

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

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

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

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

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

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

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

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