#B9A8EB

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

Shades of Melrose #B9A8EB

Tints of Melrose #B9A8EB

Color information

#B9A8EB (or 0xB9A8EB) is unknown color: approx Melrose. HEX triplet: B9, A8 and EB. RGB value is (185,168,235). Sum of RGB (Red+Green+Blue) = 185+168+235=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A8EB is #465714. Grayscale: #B4B4B4. Windows color (decimal): -4609813 or 15444153. OLE color: 15444153.

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

Color convert

RGB185168235-
CMYK0.210.2900.08
HSL255.22º62.62%79.02%-
HSV(B)255.22º28.51%92.16%-
XYZ49.0144.3284.57-
YUV180.72158.63131.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=31.46%
G=28.57%
B=39.97%

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
Decimal1851682350.210.2900.08255.2262.6279.02
HexB9A8EB151D08ff3f4f
Octal271250353253501037777117
Binary101110011010100011101011101011110101000111111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8EB; }

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

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

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

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

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

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

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

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