#B0AEDB

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

Shades of Lavender Grey #B0AEDB

Tints of Lavender Grey #B0AEDB

Color information

#B0AEDB (or 0xB0AEDB) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and DB. RGB value is (176,174,219). Sum of RGB (Red+Green+Blue) = 176+174+219=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDB is #4F5124. Grayscale: #B3B3B3. Windows color (decimal): -5198117 or 14397104. OLE color: 14397104.

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

Color convert

RGB176174219-
CMYK0.200.2100.14
HSL242.67º38.46%77.06%-
HSV(B)242.67º20.55%85.88%-
XYZ45.8344.6273.21-
YUV179.73150.16125.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=30.93%
G=30.58%
B=38.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761742190.200.2100.14242.6738.4677.06
HexB0AEDB14150Ef3264d
Octal260256333242501636346115
Binary101100001010111011011011101001010101110111100111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEDB; }

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

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

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

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

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

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

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

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