#B1AFDC

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

Shades of Lavender Grey #B1AFDC

Tints of Lavender Grey #B1AFDC

Color information

#B1AFDC (or 0xB1AFDC) is unknown color: approx Lavender Grey. HEX triplet: B1, AF and DC. RGB value is (177,175,220). Sum of RGB (Red+Green+Blue) = 177+175+220=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDC is #4E5023. Grayscale: #B4B4B4. Windows color (decimal): -5132324 or 14462897. OLE color: 14462897.

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

Color convert

RGB177175220-
CMYK0.200.2000.14
HSL242.67º39.13%77.45%-
HSV(B)242.67º20.45%86.27%-
XYZ46.3845.1773.99-
YUV180.73150.16125.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=30.94%
G=30.59%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771752200.200.2000.14242.6739.1377.45
HexB1AFDC14140Ef3274d
Octal261257334242401636347115
Binary101100011010111111011100101001010001110111100111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFDC; }

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

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

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

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

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

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

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

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