#B0AEDF

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

Shades of Lavender Grey #B0AEDF

Tints of Lavender Grey #B0AEDF

Color information

#B0AEDF (or 0xB0AEDF) is unknown color: approx Lavender Grey. HEX triplet: B0, AE and DF. RGB value is (176,174,223). Sum of RGB (Red+Green+Blue) = 176+174+223=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDF is #4F5120. Grayscale: #B3B3B3. Windows color (decimal): -5198113 or 14659248. OLE color: 14659248.

HSL color Cylindrical-coordinate representation of color #B0AEDF: hue angle of 242.45º degrees, saturation: 0.43, 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 #B0AEDF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176174223-
CMYK0.210.2200.13
HSL242.45º43.36%77.84%-
HSV(B)242.45º21.97%87.45%-
XYZ46.3644.8376.02-
YUV180.18152.16125.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=30.72%
G=30.37%
B=38.92%

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
Decimal1761742230.210.2200.13242.4543.3677.84
HexB0AEDF15160Df22b4e
Octal260256337252601536253116
Binary101100001010111011011111101011011001101111100101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEDF; }

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

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

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

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

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

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

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

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