#B5AFE6

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

Shades of Lavender Grey #B5AFE6

Tints of Lavender Grey #B5AFE6

Color information

#B5AFE6 (or 0xB5AFE6) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and E6. RGB value is (181,175,230). Sum of RGB (Red+Green+Blue) = 181+175+230=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #B5AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFE6 is #4A5019. Grayscale: #B6B6B6. Windows color (decimal): -4870170 or 15118261. OLE color: 15118261.

HSL color Cylindrical-coordinate representation of color #B5AFE6: hue angle of 246.55º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5AFE6 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181175230-
CMYK0.210.2400.10
HSL246.55º52.38%79.41%-
HSV(B)246.55º23.91%90.2%-
XYZ48.6746.281.21-
YUV183.06154.49126.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.89%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 230 (90.23% from 255) = 39.25%
R=30.89%
G=29.86%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811752300.210.2400.10246.5552.3879.41
HexB5AFE615180Af7344f
Octal265257346253001236764117
Binary101101011010111111100110101011100001010111101111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFE6; }

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

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

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

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

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

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

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

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