#BBC0DA

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

Shades of Lavender Grey #BBC0DA

Tints of Lavender Grey #BBC0DA

Color information

#BBC0DA (or 0xBBC0DA) is unknown color: approx Lavender Grey. HEX triplet: BB, C0 and DA. RGB value is (187,192,218). Sum of RGB (Red+Green+Blue) = 187+192+218=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DA is #443F25. Grayscale: #C1C1C1. Windows color (decimal): -4472614 or 14336187. OLE color: 14336187.

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

Color convert

RGB187192218-
CMYK0.140.1200.15
HSL230.32º29.52%79.41%-
HSV(B)230.32º14.22%85.49%-
XYZ5253.3373.88-
YUV193.47141.84123.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=31.32%
G=32.16%
B=36.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871922180.140.1200.15230.3229.5279.41
HexBBC0DAEC0Fe61e4f
Octal273300332161401734636117
Binary101110111100000011011010111011000111111100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0DA; }

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

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

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

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

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

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

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

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