#BBC0DC

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

Shades of Lavender Grey #BBC0DC

Tints of Lavender Grey #BBC0DC

Color information

#BBC0DC (or 0xBBC0DC) is unknown color: approx Lavender Grey. HEX triplet: BB, C0 and DC. RGB value is (187,192,220). Sum of RGB (Red+Green+Blue) = 187+192+220=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DC is #443F23. Grayscale: #C1C1C1. Windows color (decimal): -4472612 or 14467259. OLE color: 14467259.

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

Color convert

RGB187192220-
CMYK0.150.1300.14
HSL230.91º32.04%79.8%-
HSV(B)230.91º15%86.27%-
XYZ52.2653.4375.27-
YUV193.7142.84123.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=31.22%
G=32.05%
B=36.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871922200.150.1300.14230.9132.0479.8
HexBBC0DCFD0Ee72050
Octal273300334171501634740120
Binary1011101111000000110111001111110101110111001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0DC; }

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

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

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

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

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

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

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

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