#B6AFE2

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

Shades of Lavender Grey #B6AFE2

Tints of Lavender Grey #B6AFE2

Color information

#B6AFE2 (or 0xB6AFE2) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and E2. RGB value is (182,175,226). Sum of RGB (Red+Green+Blue) = 182+175+226=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #B6AFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFE2 is #49501D. Grayscale: #B6B6B6. Windows color (decimal): -4804638 or 14856118. OLE color: 14856118.

HSL color Cylindrical-coordinate representation of color #B6AFE2: hue angle of 248.24º degrees, saturation: 0.47, 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 #B6AFE2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182175226-
CMYK0.190.2300.11
HSL248.24º46.79%78.63%-
HSV(B)248.24º22.57%88.63%-
XYZ48.3546.178.3-
YUV182.91152.32127.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.22%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 226 (88.67% from 255) = 38.77%
R=31.22%
G=30.02%
B=38.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821752260.190.2300.11248.2446.7978.63
HexB6AFE213170Bf82f4f
Octal266257342232701337057117
Binary101101101010111111100010100111011101011111110001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFE2; }

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

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

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

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

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

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

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

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