#B0B2D8

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

Shades of Lavender Grey #B0B2D8

Tints of Lavender Grey #B0B2D8

Color information

#B0B2D8 (or 0xB0B2D8) is unknown color: approx Lavender Grey. HEX triplet: B0, B2 and D8. RGB value is (176,178,216). Sum of RGB (Red+Green+Blue) = 176+178+216=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #B0B2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2D8 is #4F4D27. Grayscale: #B5B5B5. Windows color (decimal): -5197096 or 14201520. OLE color: 14201520.

HSL color Cylindrical-coordinate representation of color #B0B2D8: hue angle of 237º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0B2D8 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176178216-
CMYK0.190.1800.15
HSL237º33.9%76.86%-
HSV(B)237º18.52%84.71%-
XYZ46.2246.0371.41-
YUV181.73147.34123.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=30.88%
G=31.23%
B=37.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761782160.190.1800.1523733.976.86
HexB0B2D813120Fed224d
Octal260262330232201735542115
Binary101100001011001011011000100111001001111111011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2D8; }

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

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

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

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

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

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

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

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