#B7ADEA

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

Shades of Melrose #B7ADEA

Tints of Melrose #B7ADEA

Color information

#B7ADEA (or 0xB7ADEA) is unknown color: approx Melrose. HEX triplet: B7, AD and EA. RGB value is (183,173,234). Sum of RGB (Red+Green+Blue) = 183+173+234=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADEA is #485215. Grayscale: #B6B6B6. Windows color (decimal): -4739606 or 15379895. OLE color: 15379895.

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

Color convert

RGB183173234-
CMYK0.220.2600.08
HSL249.84º59.22%79.8%-
HSV(B)249.84º26.07%91.76%-
XYZ49.3245.8984.1-
YUV182.94156.81128.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.02%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=31.02%
G=29.32%
B=39.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831732340.220.2600.08249.8459.2279.8
HexB7ADEA161A08fa3b50
Octal267255352263201037273120
Binary101101111010110111101010101101101001000111110101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADEA; }

 p { color: rgb(183,173,234); }

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

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

 a { background-color: rgb(183,173,234); }

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

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

 span { border-color: rgb(183,173,234); }

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