#BBC0D8

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

Shades of Lavender Grey #BBC0D8

Tints of Lavender Grey #BBC0D8

Color information

#BBC0D8 (or 0xBBC0D8) is unknown color: approx Lavender Grey. HEX triplet: BB, C0 and D8. RGB value is (187,192,216). Sum of RGB (Red+Green+Blue) = 187+192+216=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0D8 is #443F27. Grayscale: #C1C1C1. Windows color (decimal): -4472616 or 14205115. OLE color: 14205115.

HSL color Cylindrical-coordinate representation of color #BBC0D8: hue angle of 229.66º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC0D8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187192216-
CMYK0.130.1100.15
HSL229.66º27.1%79.02%-
HSV(B)229.66º13.43%84.71%-
XYZ51.7453.2272.51-
YUV193.24140.84123.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 192 (75.39% from 255) = 32.27%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=31.43%
G=32.27%
B=36.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871922160.130.1100.15229.6627.179.02
HexBBC0D8DB0Fe61b4f
Octal273300330151301734633117
Binary101110111100000011011000110110110111111100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0D8; }

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

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

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

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

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

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

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

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