#B6A7FF

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

Shades of Melrose #B6A7FF

Tints of Melrose #B6A7FF

Color information

#B6A7FF (or 0xB6A7FF) is unknown color: approx Melrose. HEX triplet: B6, A7 and FF. RGB value is (182,167,255). Sum of RGB (Red+Green+Blue) = 182+167+255=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A7FF is #495800. Grayscale: #B5B5B5. Windows color (decimal): -4806657 or 16754614. OLE color: 16754614.

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

Color convert

RGB182167255-
CMYK0.290.3500
HSL250.23º100%82.75%-
HSV(B)250.23º34.51%100%-
XYZ51.1644.8100.56-
YUV181.52169.47128.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.13%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 255 (100% from 255) = 42.22%
R=30.13%
G=27.65%
B=42.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821672550.290.3500250.2310082.75
HexB6A7FF1D2300fa6453
Octal266247377354300372144123
Binary10110110101001111111111111101100011001111101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A7FF; }

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

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

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

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

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

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

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

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