#B0AFDC

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

Shades of Lavender Grey #B0AFDC

Tints of Lavender Grey #B0AFDC

Color information

#B0AFDC (or 0xB0AFDC) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and DC. RGB value is (176,175,220). Sum of RGB (Red+Green+Blue) = 176+175+220=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFDC is #4F5023. Grayscale: #B4B4B4. Windows color (decimal): -5197860 or 14462896. OLE color: 14462896.

HSL color Cylindrical-coordinate representation of color #B0AFDC: hue angle of 241.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0AFDC is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176175220-
CMYK0.20.2000.14
HSL241.33º39.13%77.45%-
HSV(B)241.33º20.45%86.27%-
XYZ46.1545.0673.97-
YUV180.43150.33124.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=30.82%
G=30.65%
B=38.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761752200.20.2000.14241.3339.1377.45
HexB0AFDC14140Ef1274d
Octal260257334242401636147115
Binary101100001010111111011100101001010001110111100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFDC; }

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

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

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

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

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

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

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

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