#B9A7EA

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

Shades of Melrose #B9A7EA

Tints of Melrose #B9A7EA

Color information

#B9A7EA (or 0xB9A7EA) is unknown color: approx Melrose. HEX triplet: B9, A7 and EA. RGB value is (185,167,234). Sum of RGB (Red+Green+Blue) = 185+167+234=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9A7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A7EA is #465815. Grayscale: #B3B3B3. Windows color (decimal): -4610070 or 15378361. OLE color: 15378361.

HSL color Cylindrical-coordinate representation of color #B9A7EA: hue angle of 256.12º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A7EA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185167234-
CMYK0.210.2900.08
HSL256.12º61.47%78.63%-
HSV(B)256.12º28.63%91.76%-
XYZ48.6843.8983.75-
YUV180.02158.46131.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=31.57%
G=28.50%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851672340.210.2900.08256.1261.4778.63
HexB9A7EA151D081003d4f
Octal271247352253501040075117
Binary1011100110100111111010101010111101010001000000001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7EA; }

 p { color: rgb(185,167,234); }

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

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

 a { background-color: rgb(185,167,234); }

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

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

 span { border-color: rgb(185,167,234); }

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