#B0AFD2

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

Shades of Lavender Grey #B0AFD2

Tints of Lavender Grey #B0AFD2

Color information

#B0AFD2 (or 0xB0AFD2) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and D2. RGB value is (176,175,210). Sum of RGB (Red+Green+Blue) = 176+175+210=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #B0AFD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFD2 is #4F502D. Grayscale: #B3B3B3. Windows color (decimal): -5197870 or 13807536. OLE color: 13807536.

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

Color convert

RGB176175210-
CMYK0.160.1700.18
HSL241.71º28%75.49%-
HSV(B)241.71º16.67%82.35%-
XYZ44.8744.5467.21-
YUV179.29145.33125.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=31.37%
G=31.19%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761752100.160.1700.18241.712875.49
HexB0AFD21011012f21c4b
Octal260257322202102236234113
Binary101100001010111111010010100001000101001011110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFD2; }

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

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

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

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

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

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

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

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