#B0AED2

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

Shades of Lavender Grey #B0AED2

Tints of Lavender Grey #B0AED2

Color information

#B0AED2 (or 0xB0AED2) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and D2. RGB value is (176,174,210). Sum of RGB (Red+Green+Blue) = 176+174+210=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #B0AED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AED2 is #4F512D. Grayscale: #B2B2B2. Windows color (decimal): -5198126 or 13807280. OLE color: 13807280.

HSL color Cylindrical-coordinate representation of color #B0AED2: hue angle of 243.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AED2 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176174210-
CMYK0.160.1700.18
HSL243.33º28.57%75.29%-
HSV(B)243.33º17.14%82.35%-
XYZ44.6744.1667.14-
YUV178.7145.66126.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=31.43%
G=31.07%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761742100.160.1700.18243.3328.5775.29
HexB0AED21011012f31d4b
Octal260256322202102236335113
Binary101100001010111011010010100001000101001011110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AED2; }

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

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

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

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

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

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

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

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