#B9AFEA

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

Shades of Melrose #B9AFEA

Tints of Melrose #B9AFEA

Color information

#B9AFEA (or 0xB9AFEA) is unknown color: approx Melrose. HEX triplet: B9, AF and EA. RGB value is (185,175,234). Sum of RGB (Red+Green+Blue) = 185+175+234=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFEA is #465015. Grayscale: #B8B8B8. Windows color (decimal): -4608022 or 15380409. OLE color: 15380409.

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

Color convert

RGB185175234-
CMYK0.210.2500.08
HSL250.17º58.42%80.2%-
HSV(B)250.17º25.21%91.76%-
XYZ50.1946.9184.25-
YUV184.72155.81128.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.14%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=31.14%
G=29.46%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851752340.210.2500.08250.1758.4280.2
HexB9AFEA151908fa3a50
Octal271257352253101037272120
Binary101110011010111111101010101011100101000111110101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFEA; }

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

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

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

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

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

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

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

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