#B9A9EB

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

Shades of Melrose #B9A9EB

Tints of Melrose #B9A9EB

Color information

#B9A9EB (or 0xB9A9EB) is unknown color: approx Melrose. HEX triplet: B9, A9 and EB. RGB value is (185,169,235). Sum of RGB (Red+Green+Blue) = 185+169+235=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9A9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A9EB is #465614. Grayscale: #B5B5B5. Windows color (decimal): -4609557 or 15444409. OLE color: 15444409.

HSL color Cylindrical-coordinate representation of color #B9A9EB: hue angle of 254.55º degrees, saturation: 0.62, 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 #B9A9EB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185169235-
CMYK0.210.2800.08
HSL254.55º62.26%79.22%-
HSV(B)254.55º28.09%92.16%-
XYZ49.1944.6984.63-
YUV181.31158.3130.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=31.41%
G=28.69%
B=39.90%

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
Decimal1851692350.210.2800.08254.5562.2679.22
HexB9A9EB151C08ff3e4f
Octal271251353253401037776117
Binary101110011010100111101011101011110001000111111111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9EB; }

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

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

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

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

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

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

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

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