#B2AFDD

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

Shades of Lavender Grey #B2AFDD

Tints of Lavender Grey #B2AFDD

Color information

#B2AFDD (or 0xB2AFDD) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and DD. RGB value is (178,175,221). Sum of RGB (Red+Green+Blue) = 178+175+221=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDD is #4D5022. Grayscale: #B4B4B4. Windows color (decimal): -5066787 or 14528434. OLE color: 14528434.

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

Color convert

RGB178175221-
CMYK0.190.2100.13
HSL243.91º40.35%77.65%-
HSV(B)243.91º20.81%86.67%-
XYZ46.7445.3574.7-
YUV181.14150.49125.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.01%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=31.01%
G=30.49%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781752210.190.2100.13243.9140.3577.65
HexB2AFDD13150Df4284e
Octal262257335232501536450116
Binary101100101010111111011101100111010101101111101001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFDD; }

 p { color: rgb(178,175,221); }

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

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

 a { background-color: rgb(178,175,221); }

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

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

 span { border-color: rgb(178,175,221); }

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