#BBBDDC

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

Shades of Lavender Grey #BBBDDC

Tints of Lavender Grey #BBBDDC

Color information

#BBBDDC (or 0xBBBDDC) is unknown color: approx Lavender Grey. HEX triplet: BB, BD and DC. RGB value is (187,189,220). Sum of RGB (Red+Green+Blue) = 187+189+220=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDDC is #444223. Grayscale: #BFBFBF. Windows color (decimal): -4473380 or 14466491. OLE color: 14466491.

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

Color convert

RGB187189220-
CMYK0.150.1400.14
HSL236.36º32.04%79.8%-
HSV(B)236.36º15%86.27%-
XYZ51.6152.1375.05-
YUV191.94143.84124.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=31.38%
G=31.71%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871892200.150.1400.14236.3632.0479.8
HexBBBDDCFE0Eec2050
Octal273275334171601635440120
Binary1011101110111101110111001111111001110111011001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBDDC; }

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

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

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

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

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

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

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

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