#B6AFE8

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

Shades of Lavender Grey #B6AFE8

Tints of Lavender Grey #B6AFE8

Color information

#B6AFE8 (or 0xB6AFE8) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and E8. RGB value is (182,175,232). Sum of RGB (Red+Green+Blue) = 182+175+232=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #B6AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFE8 is #495017. Grayscale: #B7B7B7. Windows color (decimal): -4804632 or 15249334. OLE color: 15249334.

HSL color Cylindrical-coordinate representation of color #B6AFE8: hue angle of 247.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6AFE8 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182175232-
CMYK0.220.2500.09
HSL247.37º55.34%79.8%-
HSV(B)247.37º24.57%90.98%-
XYZ49.1946.4382.71-
YUV183.59155.32126.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 232 (91.02% from 255) = 39.39%
R=30.90%
G=29.71%
B=39.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821752320.220.2500.09247.3755.3479.8
HexB6AFE8161909f73750
Octal266257350263101136767120
Binary101101101010111111101000101101100101001111101111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFE8; }

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

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

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

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

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

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

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

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