#B1AFDA

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

Shades of Lavender Grey #B1AFDA

Tints of Lavender Grey #B1AFDA

Color information

#B1AFDA (or 0xB1AFDA) is unknown color: approx Lavender Grey. HEX triplet: B1, AF and DA. RGB value is (177,175,218). Sum of RGB (Red+Green+Blue) = 177+175+218=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDA is #4E5025. Grayscale: #B4B4B4. Windows color (decimal): -5132326 or 14331825. OLE color: 14331825.

HSL color Cylindrical-coordinate representation of color #B1AFDA: hue angle of 242.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1AFDA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177175218-
CMYK0.190.2000.15
HSL242.79º36.75%77.06%-
HSV(B)242.79º19.72%85.49%-
XYZ46.1245.0772.6-
YUV180.5149.16125.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=31.05%
G=30.70%
B=38.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771752180.190.2000.15242.7936.7577.06
HexB1AFDA13140Ff3254d
Octal261257332232401736345115
Binary101100011010111111011010100111010001111111100111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFDA; }

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

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

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

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

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

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

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

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