#B0ADDC

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

Shades of Lavender Grey #B0ADDC

Tints of Lavender Grey #B0ADDC

Color information

#B0ADDC (or 0xB0ADDC) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and DC. RGB value is (176,173,220). Sum of RGB (Red+Green+Blue) = 176+173+220=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDC is #4F5223. Grayscale: #B3B3B3. Windows color (decimal): -5198372 or 14462384. OLE color: 14462384.

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

Color convert

RGB176173220-
CMYK0.20.2100.14
HSL243.83º40.17%77.06%-
HSV(B)243.83º21.36%86.27%-
XYZ45.7744.2873.85-
YUV179.26150.99125.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=30.93%
G=30.40%
B=38.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761732200.20.2100.14243.8340.1777.06
HexB0ADDC14150Ef4284d
Octal260255334242501636450115
Binary101100001010110111011100101001010101110111101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADDC; }

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

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

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

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

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

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

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

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