#B0AEDA

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

Shades of Lavender Grey #B0AEDA

Tints of Lavender Grey #B0AEDA

Color information

#B0AEDA (or 0xB0AEDA) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and DA. RGB value is (176,174,218). Sum of RGB (Red+Green+Blue) = 176+174+218=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDA is #4F5125. Grayscale: #B3B3B3. Windows color (decimal): -5198118 or 14331568. OLE color: 14331568.

HSL color Cylindrical-coordinate representation of color #B0AEDA: hue angle of 242.73º degrees, saturation: 0.37, 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 #B0AEDA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176174218-
CMYK0.190.2000.15
HSL242.73º37.29%76.86%-
HSV(B)242.73º20.18%85.49%-
XYZ45.744.5672.52-
YUV179.61149.66125.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=30.99%
G=30.63%
B=38.38%

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
Decimal1761742180.190.2000.15242.7337.2976.86
HexB0AEDA13140Ff3254d
Octal260256332232401736345115
Binary101100001010111011011010100111010001111111100111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEDA; }

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

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

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

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

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

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

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

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