#B0ADE0

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

Shades of Lavender Grey #B0ADE0

Tints of Lavender Grey #B0ADE0

Color information

#B0ADE0 (or 0xB0ADE0) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and E0. RGB value is (176,173,224). Sum of RGB (Red+Green+Blue) = 176+173+224=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #B0ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADE0 is #4F521F. Grayscale: #B3B3B3. Windows color (decimal): -5198368 or 14724528. OLE color: 14724528.

HSL color Cylindrical-coordinate representation of color #B0ADE0: hue angle of 243.53º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0ADE0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176173224-
CMYK0.210.2300.12
HSL243.53º45.13%77.84%-
HSV(B)243.53º22.77%87.84%-
XYZ46.344.576.67-
YUV179.71152.99125.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=30.72%
G=30.19%
B=39.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761732240.210.2300.12243.5345.1377.84
HexB0ADE015170Cf42d4e
Octal260255340252701436455116
Binary101100001010110111100000101011011101100111101001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADE0; }

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

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

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

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

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

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

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

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