#B0AFD8

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

Shades of Lavender Grey #B0AFD8

Tints of Lavender Grey #B0AFD8

Color information

#B0AFD8 (or 0xB0AFD8) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and D8. RGB value is (176,175,216). Sum of RGB (Red+Green+Blue) = 176+175+216=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #B0AFD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFD8 is #4F5027. Grayscale: #B3B3B3. Windows color (decimal): -5197864 or 14200752. OLE color: 14200752.

HSL color Cylindrical-coordinate representation of color #B0AFD8: hue angle of 241.46º degrees, saturation: 0.34, 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 #B0AFD8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176175216-
CMYK0.190.1900.15
HSL241.46º34.45%76.67%-
HSV(B)241.46º18.98%84.71%-
XYZ45.6344.8571.22-
YUV179.97148.33125.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=31.04%
G=30.86%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761752160.190.1900.15241.4634.4576.67
HexB0AFD813130Ff1224d
Octal260257330232301736142115
Binary101100001010111111011000100111001101111111100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFD8; }

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

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

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

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

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

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

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

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