#B5AFEF

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

Shades of Lavender Grey #B5AFEF

Tints of Lavender Grey #B5AFEF

Color information

#B5AFEF (or 0xB5AFEF) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and EF. RGB value is (181,175,239). Sum of RGB (Red+Green+Blue) = 181+175+239=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFEF is #4A5010. Grayscale: #B7B7B7. Windows color (decimal): -4870161 or 15708085. OLE color: 15708085.

HSL color Cylindrical-coordinate representation of color #B5AFEF: hue angle of 245.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AFEF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181175239-
CMYK0.240.2700.06
HSL245.62º66.67%81.18%-
HSV(B)245.62º26.78%93.73%-
XYZ49.9746.7288.04-
YUV184.09158.99125.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.42%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=30.42%
G=29.41%
B=40.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811752390.240.2700.06245.6266.6781.18
HexB5AFEF181B06f64351
Octal265257357303306366103121
Binary101101011010111111101111110001101101101111011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFEF; }

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

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

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

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

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

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

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

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