#B1AFD1

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

Shades of Lavender Grey #B1AFD1

Tints of Lavender Grey #B1AFD1

Color information

#B1AFD1 (or 0xB1AFD1) is unknown color: approx Lavender Grey. HEX triplet: B1, AF and D1. RGB value is (177,175,209). Sum of RGB (Red+Green+Blue) = 177+175+209=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFD1 is #4E502E. Grayscale: #B3B3B3. Windows color (decimal): -5132335 or 13742001. OLE color: 13742001.

HSL color Cylindrical-coordinate representation of color #B1AFD1: hue angle of 243.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AFD1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177175209-
CMYK0.150.1600.18
HSL243.53º26.98%75.29%-
HSV(B)243.53º16.27%81.96%-
XYZ44.9744.6166.56-
YUV179.47144.66126.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=31.55%
G=31.19%
B=37.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771752090.150.1600.18243.5326.9875.29
HexB1AFD1F10012f41b4b
Octal261257321172002236433113
Binary10110001101011111101000111111000001001011110100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFD1; }

 p { color: rgb(177,175,209); }

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

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

 a { background-color: rgb(177,175,209); }

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

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

 span { border-color: rgb(177,175,209); }

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