#BBB4DC

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

Shades of Lavender Grey #BBB4DC

Tints of Lavender Grey #BBB4DC

Color information

#BBB4DC (or 0xBBB4DC) is unknown color: approx Lavender Grey. HEX triplet: BB, B4 and DC. RGB value is (187,180,220). Sum of RGB (Red+Green+Blue) = 187+180+220=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4DC is #444B23. Grayscale: #BABABA. Windows color (decimal): -4475684 or 14464187. OLE color: 14464187.

HSL color Cylindrical-coordinate representation of color #BBB4DC: hue angle of 250.5º degrees, saturation: 0.36, 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 #BBB4DC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187180220-
CMYK0.150.1800.14
HSL250.5º36.36%78.43%-
HSV(B)250.5º18.18%86.27%-
XYZ49.7348.3774.43-
YUV186.65146.82128.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=31.86%
G=30.66%
B=37.48%

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
Decimal1871802200.150.1800.14250.536.3678.43
HexBBB4DCF120Efa244e
Octal273264334172201637244116
Binary10111011101101001101110011111001001110111110101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4DC; }

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

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

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

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

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

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

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

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