#B6A8FF

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

Shades of Melrose #B6A8FF

Tints of Melrose #B6A8FF

Color information

#B6A8FF (or 0xB6A8FF) is unknown color: approx Melrose. HEX triplet: B6, A8 and FF. RGB value is (182,168,255). Sum of RGB (Red+Green+Blue) = 182+168+255=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A8FF is #495700. Grayscale: #B5B5B5. Windows color (decimal): -4806401 or 16754870. OLE color: 16754870.

HSL color Cylindrical-coordinate representation of color #B6A8FF: hue angle of 249.66º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A8FF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182168255-
CMYK0.290.3400
HSL249.66º100%82.94%-
HSV(B)249.66º34.12%100%-
XYZ51.3445.17100.62-
YUV182.1169.14127.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 255 (100% from 255) = 42.15%
R=30.08%
G=27.77%
B=42.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821682550.290.3400249.6610082.94
HexB6A8FF1D2200fa6453
Octal266250377354200372144123
Binary10110110101010001111111111101100010001111101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A8FF; }

 p { color: rgb(182,168,255); }

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

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

 a { background-color: rgb(182,168,255); }

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

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

 span { border-color: rgb(182,168,255); }

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