#B1AFD5

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

Shades of Lavender Grey #B1AFD5

Tints of Lavender Grey #B1AFD5

Color information

#B1AFD5 (or 0xB1AFD5) is unknown color: approx Lavender Grey. HEX triplet: B1, AF and D5. RGB value is (177,175,213). Sum of RGB (Red+Green+Blue) = 177+175+213=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1AFD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFD5 is #4E502A. Grayscale: #B3B3B3. Windows color (decimal): -5132331 or 14004145. OLE color: 14004145.

HSL color Cylindrical-coordinate representation of color #B1AFD5: hue angle of 243.16º 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 #B1AFD5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177175213-
CMYK0.170.1800.16
HSL243.16º31.15%76.08%-
HSV(B)243.16º17.84%83.53%-
XYZ45.4744.8169.2-
YUV179.93146.66125.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.33%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=31.33%
G=30.97%
B=37.70%

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
Decimal1771752130.170.1800.16243.1631.1576.08
HexB1AFD51112010f31f4c
Octal261257325212202036337114
Binary101100011010111111010101100011001001000011110011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFD5; }

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

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

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

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

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

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

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

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