#B0AEDD

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

Shades of Lavender Grey #B0AEDD

Tints of Lavender Grey #B0AEDD

Color information

#B0AEDD (or 0xB0AEDD) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and DD. RGB value is (176,174,221). Sum of RGB (Red+Green+Blue) = 176+174+221=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDD is #4F5122. Grayscale: #B3B3B3. Windows color (decimal): -5198115 or 14528176. OLE color: 14528176.

HSL color Cylindrical-coordinate representation of color #B0AEDD: hue angle of 242.55º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0AEDD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176174221-
CMYK0.200.2100.13
HSL242.55º40.87%77.45%-
HSV(B)242.55º21.27%86.67%-
XYZ46.0944.7274.61-
YUV179.96151.16125.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=30.82%
G=30.47%
B=38.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761742210.200.2100.13242.5540.8777.45
HexB0AEDD14150Df3294d
Octal260256335242501536351115
Binary101100001010111011011101101001010101101111100111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEDD; }

 p { color: rgb(176,174,221); }

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

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

 a { background-color: rgb(176,174,221); }

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

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

 span { border-color: rgb(176,174,221); }

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