#B0AFDD

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

Shades of Lavender Grey #B0AFDD

Tints of Lavender Grey #B0AFDD

Color information

#B0AFDD (or 0xB0AFDD) is unknown color: approx Lavender Grey. HEX triplet: B0, AF and DD. RGB value is (176,175,221). Sum of RGB (Red+Green+Blue) = 176+175+221=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFDD is #4F5022. Grayscale: #B4B4B4. Windows color (decimal): -5197859 or 14528432. OLE color: 14528432.

HSL color Cylindrical-coordinate representation of color #B0AFDD: hue angle of 241.3º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0AFDD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176175221-
CMYK0.200.2100.13
HSL241.3º40.35%77.65%-
HSV(B)241.3º20.81%86.67%-
XYZ46.2945.1174.67-
YUV180.54150.83124.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.77%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=30.77%
G=30.59%
B=38.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761752210.200.2100.13241.340.3577.65
HexB0AFDD14150Df1284e
Octal260257335242501536150116
Binary101100001010111111011101101001010101101111100011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFDD; }

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

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

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

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

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

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

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

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