#B6AFE4

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

Shades of Lavender Grey #B6AFE4

Tints of Lavender Grey #B6AFE4

Color information

#B6AFE4 (or 0xB6AFE4) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and E4. RGB value is (182,175,228). Sum of RGB (Red+Green+Blue) = 182+175+228=585 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.11% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #B6AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFE4 is #49501B. Grayscale: #B6B6B6. Windows color (decimal): -4804636 or 14987190. OLE color: 14987190.

HSL color Cylindrical-coordinate representation of color #B6AFE4: hue angle of 247.92º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6AFE4 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182175228-
CMYK0.200.2300.11
HSL247.92º49.53%79.02%-
HSV(B)247.92º23.25%89.41%-
XYZ48.6246.2179.75-
YUV183.14153.32127.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.11%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=31.11%
G=29.91%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821752280.200.2300.11247.9249.5379.02
HexB6AFE414170Bf8324f
Octal266257344242701337062117
Binary101101101010111111100100101001011101011111110001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFE4; }

 p { color: rgb(182,175,228); }

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

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

 a { background-color: rgb(182,175,228); }

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

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

 span { border-color: rgb(182,175,228); }

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