#B0AFD5

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

Shades of Lavender Grey #B0AFD5

Tints of Lavender Grey #B0AFD5

Color information

#B0AFD5 (or 0xB0AFD5) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and D5. RGB value is (176,175,213). Sum of RGB (Red+Green+Blue) = 176+175+213=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #B0AFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFD5 is #4F502A. Grayscale: #B3B3B3. Windows color (decimal): -5197867 or 14004144. OLE color: 14004144.

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

Color convert

RGB176175213-
CMYK0.170.1800.16
HSL241.58º31.15%76.08%-
HSV(B)241.58º17.84%83.53%-
XYZ45.2444.6969.19-
YUV179.63146.83125.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=31.21%
G=31.03%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761752130.170.1800.16241.5831.1576.08
HexB0AFD51112010f21f4c
Octal260257325212202036237114
Binary101100001010111111010101100011001001000011110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFD5; }

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

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

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

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

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

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

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

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