#B0AEDE

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

Shades of Lavender Grey #B0AEDE

Tints of Lavender Grey #B0AEDE

Color information

#B0AEDE (or 0xB0AEDE) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and DE. RGB value is (176,174,222). Sum of RGB (Red+Green+Blue) = 176+174+222=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDE is #4F5121. Grayscale: #B3B3B3. Windows color (decimal): -5198114 or 14593712. OLE color: 14593712.

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

Color convert

RGB176174222-
CMYK0.210.2200.13
HSL242.5º42.11%77.65%-
HSV(B)242.5º21.62%87.06%-
XYZ46.2344.7875.31-
YUV180.07151.66125.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=30.77%
G=30.42%
B=38.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761742220.210.2200.13242.542.1177.65
HexB0AEDE15160Df22a4e
Octal260256336252601536252116
Binary101100001010111011011110101011011001101111100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEDE; }

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

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

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

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

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

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

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

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