#B6AFED

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

Shades of Lavender Grey #B6AFED

Tints of Lavender Grey #B6AFED

Color information

#B6AFED (or 0xB6AFED) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and ED. RGB value is (182,175,237). Sum of RGB (Red+Green+Blue) = 182+175+237=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AFED is #495012. Grayscale: #B7B7B7. Windows color (decimal): -4804627 or 15577014. OLE color: 15577014.

HSL color Cylindrical-coordinate representation of color #B6AFED: hue angle of 246.77º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6AFED is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182175237-
CMYK0.230.2600.07
HSL246.77º63.27%80.78%-
HSV(B)246.77º26.16%92.94%-
XYZ49.9146.7286.51-
YUV184.16157.82126.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.64%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=30.64%
G=29.46%
B=39.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821752370.230.2600.07246.7763.2780.78
HexB6AFED171A07f73f51
Octal26625735527320736777121
Binary10110110101011111110110110111110100111111101111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFED; }

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

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

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

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

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

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

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

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