#B0B2DC

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

Shades of Lavender Grey #B0B2DC

Tints of Lavender Grey #B0B2DC

Color information

#B0B2DC (or 0xB0B2DC) is unknown color: approx Lavender Grey. HEX triplet: B0, B2 and DC. RGB value is (176,178,220). Sum of RGB (Red+Green+Blue) = 176+178+220=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2DC is #4F4D23. Grayscale: #B6B6B6. Windows color (decimal): -5197092 or 14463664. OLE color: 14463664.

HSL color Cylindrical-coordinate representation of color #B0B2DC: hue angle of 237.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B2DC is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176178220-
CMYK0.20.1900.14
HSL237.27º38.6%77.65%-
HSV(B)237.27º20%86.27%-
XYZ46.7446.2474.17-
YUV182.19149.34123.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=30.66%
G=31.01%
B=38.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761782200.20.1900.14237.2738.677.65
HexB0B2DC14130Eed274e
Octal260262334242301635547116
Binary101100001011001011011100101001001101110111011011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2DC; }

 p { color: rgb(176,178,220); }

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

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

 a { background-color: rgb(176,178,220); }

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

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

 span { border-color: rgb(176,178,220); }

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