#B6AFEF

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

Shades of Lavender Grey #B6AFEF

Tints of Lavender Grey #B6AFEF

Color information

#B6AFEF (or 0xB6AFEF) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and EF. RGB value is (182,175,239). Sum of RGB (Red+Green+Blue) = 182+175+239=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFEF is #495010. Grayscale: #B8B8B8. Windows color (decimal): -4804625 or 15708086. OLE color: 15708086.

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

Color convert

RGB182175239-
CMYK0.240.2700.06
HSL246.56º66.67%81.18%-
HSV(B)246.56º26.78%93.73%-
XYZ50.246.8488.06-
YUV184.39158.82126.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.54%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=30.54%
G=29.36%
B=40.10%

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
Decimal1821752390.240.2700.06246.5666.6781.18
HexB6AFEF181B06f74351
Octal266257357303306367103121
Binary101101101010111111101111110001101101101111011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFEF; }

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

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

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

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

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

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

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

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