#B0AFD1

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

Shades of Lavender Grey #B0AFD1

Tints of Lavender Grey #B0AFD1

Color information

#B0AFD1 (or 0xB0AFD1) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and D1. RGB value is (176,175,209). Sum of RGB (Red+Green+Blue) = 176+175+209=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFD1 is #4F502E. Grayscale: #B3B3B3. Windows color (decimal): -5197871 or 13742000. OLE color: 13742000.

HSL color Cylindrical-coordinate representation of color #B0AFD1: hue angle of 241.76º 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 #B0AFD1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176175209-
CMYK0.160.1600.18
HSL241.76º26.98%75.29%-
HSV(B)241.76º16.27%81.96%-
XYZ44.7444.4966.55-
YUV179.18144.83125.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=31.43%
G=31.25%
B=37.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761752090.160.1600.18241.7626.9875.29
HexB0AFD11010012f21b4b
Octal260257321202002236233113
Binary101100001010111111010001100001000001001011110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFD1; }

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

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

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

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

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

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

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

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