#B5AFDC

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

Shades of Lavender Grey #B5AFDC

Tints of Lavender Grey #B5AFDC

Color information

#B5AFDC (or 0xB5AFDC) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and DC. RGB value is (181,175,220). Sum of RGB (Red+Green+Blue) = 181+175+220=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDC is #4A5023. Grayscale: #B5B5B5. Windows color (decimal): -4870180 or 14462901. OLE color: 14462901.

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

Color convert

RGB181175220-
CMYK0.180.2000.14
HSL248º39.13%77.45%-
HSV(B)248º20.45%86.27%-
XYZ47.345.6574.03-
YUV181.92149.49127.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=31.42%
G=30.38%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811752200.180.2000.1424839.1377.45
HexB5AFDC12140Ef8274d
Octal265257334222401637047115
Binary101101011010111111011100100101010001110111110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFDC; }

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

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

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

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

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

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

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

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