#BBBEDC

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

Shades of Lavender Grey #BBBEDC

Tints of Lavender Grey #BBBEDC

Color information

#BBBEDC (or 0xBBBEDC) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and DC. RGB value is (187,190,220). Sum of RGB (Red+Green+Blue) = 187+190+220=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEDC is #444123. Grayscale: #C0C0C0. Windows color (decimal): -4473124 or 14466747. OLE color: 14466747.

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

Color convert

RGB187190220-
CMYK0.150.1400.14
HSL234.55º32.04%79.8%-
HSV(B)234.55º15%86.27%-
XYZ51.8352.5675.12-
YUV192.52143.51124.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=31.32%
G=31.83%
B=36.85%

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
Decimal1871902200.150.1400.14234.5532.0479.8
HexBBBEDCFE0Eeb2050
Octal273276334171601635340120
Binary1011101110111110110111001111111001110111010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEDC; }

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

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

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

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

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

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

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

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