#BBBCDC

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

Shades of Lavender Grey #BBBCDC

Tints of Lavender Grey #BBBCDC

Color information

#BBBCDC (or 0xBBBCDC) is unknown color: approx Lavender Grey. HEX triplet: BB, BC and DC. RGB value is (187,188,220). Sum of RGB (Red+Green+Blue) = 187+188+220=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCDC is #444323. Grayscale: #BFBFBF. Windows color (decimal): -4473636 or 14466235. OLE color: 14466235.

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

Color convert

RGB187188220-
CMYK0.150.1500.14
HSL238.18º32.04%79.8%-
HSV(B)238.18º15%86.27%-
XYZ51.451.774.98-
YUV191.35144.17124.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=31.43%
G=31.60%
B=36.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871882200.150.1500.14238.1832.0479.8
HexBBBCDCFF0Eee2050
Octal273274334171701635640120
Binary1011101110111100110111001111111101110111011101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCDC; }

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

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

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

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

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

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

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

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