#BBC0DE

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

Shades of Lavender Grey #BBC0DE

Tints of Lavender Grey #BBC0DE

Color information

#BBC0DE (or 0xBBC0DE) is unknown color: approx Lavender Grey. HEX triplet: BB, C0 and DE. RGB value is (187,192,222). Sum of RGB (Red+Green+Blue) = 187+192+222=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DE is #443F21. Grayscale: #C1C1C1. Windows color (decimal): -4472610 or 14598331. OLE color: 14598331.

HSL color Cylindrical-coordinate representation of color #BBC0DE: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC0DE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187192222-
CMYK0.160.1400.13
HSL231.43º34.65%80.2%-
HSV(B)231.43º15.77%87.06%-
XYZ52.5353.5476.67-
YUV193.92143.84123.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=31.11%
G=31.95%
B=36.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871922220.160.1400.13231.4334.6580.2
HexBBC0DE10E0De72350
Octal273300336201601534743120
Binary10111011110000001101111010000111001101111001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0DE; }

 p { color: rgb(187,192,222); }

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

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

 a { background-color: rgb(187,192,222); }

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

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

 span { border-color: rgb(187,192,222); }

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