#B9A9EA

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

Shades of Melrose #B9A9EA

Tints of Melrose #B9A9EA

Color information

#B9A9EA (or 0xB9A9EA) is unknown color: approx Melrose. HEX triplet: B9, A9 and EA. RGB value is (185,169,234). Sum of RGB (Red+Green+Blue) = 185+169+234=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A9EA is #465615. Grayscale: #B4B4B4. Windows color (decimal): -4609558 or 15378873. OLE color: 15378873.

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

Color convert

RGB185169234-
CMYK0.210.2800.08
HSL254.77º60.75%79.02%-
HSV(B)254.77º27.78%91.76%-
XYZ49.0544.6383.87-
YUV181.19157.8130.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=31.46%
G=28.74%
B=39.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851692340.210.2800.08254.7760.7579.02
HexB9A9EA151C08ff3d4f
Octal271251352253401037775117
Binary101110011010100111101010101011110001000111111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9EA; }

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

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

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

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

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

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

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

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