#B0AFD3

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

Shades of Lavender Grey #B0AFD3

Tints of Lavender Grey #B0AFD3

Color information

#B0AFD3 (or 0xB0AFD3) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and D3. RGB value is (176,175,211). Sum of RGB (Red+Green+Blue) = 176+175+211=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #B0AFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFD3 is #4F502C. Grayscale: #B3B3B3. Windows color (decimal): -5197869 or 13873072. OLE color: 13873072.

HSL color Cylindrical-coordinate representation of color #B0AFD3: hue angle of 241.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AFD3 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB176175211-
CMYK0.170.1700.17
HSL241.67º29.03%75.69%-
HSV(B)241.67º17.06%82.75%-
XYZ44.9944.5967.86-
YUV179.4145.83125.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 211 (82.81% from 255) = 37.54%
R=31.32%
G=31.14%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1761752110.170.1700.17241.6729.0375.69
HexB0AFD31111011f21d4c
Octal260257323212102136235114
Binary101100001010111111010011100011000101000111110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFD3; }

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

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

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

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

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

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

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

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