#B0AED9

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

Shades of Lavender Grey #B0AED9

Tints of Lavender Grey #B0AED9

Color information

#B0AED9 (or 0xB0AED9) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and D9. RGB value is (176,174,217). Sum of RGB (Red+Green+Blue) = 176+174+217=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0AED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AED9 is #4F5126. Grayscale: #B3B3B3. Windows color (decimal): -5198119 or 14266032. OLE color: 14266032.

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

Color convert

RGB176174217-
CMYK0.190.2000.15
HSL242.79º36.13%76.67%-
HSV(B)242.79º19.82%85.1%-
XYZ45.5644.5171.84-
YUV179.5149.16125.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=31.04%
G=30.69%
B=38.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761742170.190.2000.15242.7936.1376.67
HexB0AED913140Ff3244d
Octal260256331232401736344115
Binary101100001010111011011001100111010001111111100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AED9; }

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

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

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

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

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

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

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

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