#B6AFF0

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

Shades of Lavender Grey #B6AFF0

Tints of Lavender Grey #B6AFF0

Color information

#B6AFF0 (or 0xB6AFF0) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and F0. RGB value is (182,175,240). Sum of RGB (Red+Green+Blue) = 182+175+240=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFF0 is #49500F. Grayscale: #B8B8B8. Windows color (decimal): -4804624 or 15773622. OLE color: 15773622.

HSL color Cylindrical-coordinate representation of color #B6AFF0: hue angle of 246.46º degrees, saturation: 0.68, 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 #B6AFF0 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182175240-
CMYK0.240.2700.06
HSL246.46º68.42%81.37%-
HSV(B)246.46º27.08%94.12%-
XYZ50.3546.988.84-
YUV184.5159.32126.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.49%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=30.49%
G=29.31%
B=40.20%

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
Decimal1821752400.240.2700.06246.4668.4281.37
HexB6AFF0181B06f64451
Octal266257360303306366104121
Binary101101101010111111110000110001101101101111011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFF0; }

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

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

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

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

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

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

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

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