#B1AEDF

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

Shades of Lavender Grey #B1AEDF

Tints of Lavender Grey #B1AEDF

Color information

#B1AEDF (or 0xB1AEDF) is unknown color: approx Lavender Grey. HEX triplet: B1, AE and DF. RGB value is (177,174,223). Sum of RGB (Red+Green+Blue) = 177+174+223=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEDF is #4E5120. Grayscale: #B4B4B4. Windows color (decimal): -5132577 or 14659249. OLE color: 14659249.

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

Color convert

RGB177174223-
CMYK0.210.2200.13
HSL243.67º43.36%77.84%-
HSV(B)243.67º21.97%87.45%-
XYZ46.5944.9576.03-
YUV180.48151.99125.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.84%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=30.84%
G=30.31%
B=38.85%

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
Decimal1771742230.210.2200.13243.6743.3677.84
HexB1AEDF15160Df42b4e
Octal261256337252601536453116
Binary101100011010111011011111101011011001101111101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEDF; }

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

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

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

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

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

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

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

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