#B6A7E7

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

Shades of Melrose #B6A7E7

Tints of Melrose #B6A7E7

Color information

#B6A7E7 (or 0xB6A7E7) is unknown color: approx Melrose. HEX triplet: B6, A7 and E7. RGB value is (182,167,231). Sum of RGB (Red+Green+Blue) = 182+167+231=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #B6A7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A7E7 is #495818. Grayscale: #B2B2B2. Windows color (decimal): -4806681 or 15181750. OLE color: 15181750.

HSL color Cylindrical-coordinate representation of color #B6A7E7: hue angle of 254.06º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6A7E7 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182167231-
CMYK0.210.2800.09
HSL254.06º57.14%78.04%-
HSV(B)254.06º27.71%90.59%-
XYZ47.5343.3581.46-
YUV178.78157.47130.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 231 (90.62% from 255) = 39.83%
R=31.38%
G=28.79%
B=39.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821672310.210.2800.09254.0657.1478.04
HexB6A7E7151C09fe394e
Octal266247347253401137671116
Binary101101101010011111100111101011110001001111111101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A7E7; }

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

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

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

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

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

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

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

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