#B2AFD9

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

Shades of Lavender Grey #B2AFD9

Tints of Lavender Grey #B2AFD9

Color information

#B2AFD9 (or 0xB2AFD9) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and D9. RGB value is (178,175,217). Sum of RGB (Red+Green+Blue) = 178+175+217=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #B2AFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFD9 is #4D5026. Grayscale: #B4B4B4. Windows color (decimal): -5066791 or 14266290. OLE color: 14266290.

HSL color Cylindrical-coordinate representation of color #B2AFD9: hue angle of 244.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AFD9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178175217-
CMYK0.180.1900.15
HSL244.29º35.59%76.86%-
HSV(B)244.29º19.35%85.1%-
XYZ46.2145.1371.92-
YUV180.68148.49126.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=31.23%
G=30.70%
B=38.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781752170.180.1900.15244.2935.5976.86
HexB2AFD912130Ff4244d
Octal262257331222301736444115
Binary101100101010111111011001100101001101111111101001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFD9; }

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

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

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

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

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

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

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

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