#B1AFDD

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

Shades of Lavender Grey #B1AFDD

Tints of Lavender Grey #B1AFDD

Color information

#B1AFDD (or 0xB1AFDD) is unknown color: approx Lavender Grey. HEX triplet: B1, AF and DD. RGB value is (177,175,221). Sum of RGB (Red+Green+Blue) = 177+175+221=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDD is #4E5022. Grayscale: #B4B4B4. Windows color (decimal): -5132323 or 14528433. OLE color: 14528433.

HSL color Cylindrical-coordinate representation of color #B1AFDD: hue angle of 242.61º 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 #B1AFDD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177175221-
CMYK0.200.2100.13
HSL242.61º40.35%77.65%-
HSV(B)242.61º20.81%86.67%-
XYZ46.5145.2374.68-
YUV180.84150.66125.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=30.89%
G=30.54%
B=38.57%

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
Decimal1771752210.200.2100.13242.6140.3577.65
HexB1AFDD14150Df3284e
Octal261257335242501536350116
Binary101100011010111111011101101001010101101111100111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFDD; }

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

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

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

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

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

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

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

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