#B9A7EB

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

Shades of Melrose #B9A7EB

Tints of Melrose #B9A7EB

Color information

#B9A7EB (or 0xB9A7EB) is unknown color: approx Melrose. HEX triplet: B9, A7 and EB. RGB value is (185,167,235). Sum of RGB (Red+Green+Blue) = 185+167+235=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A7EB is #465814. Grayscale: #B3B3B3. Windows color (decimal): -4610069 or 15443897. OLE color: 15443897.

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

Color convert

RGB185167235-
CMYK0.210.2900.08
HSL255.88º62.96%78.82%-
HSV(B)255.88º28.94%92.16%-
XYZ48.8243.9584.51-
YUV180.13158.96131.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.52%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=31.52%
G=28.45%
B=40.03%

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
Decimal1851672350.210.2900.08255.8862.9678.82
HexB9A7EB151D081003f4f
Octal271247353253501040077117
Binary1011100110100111111010111010111101010001000000001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7EB; }

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

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

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

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

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

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

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

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