#B7ADE9

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

Shades of Melrose #B7ADE9

Tints of Melrose #B7ADE9

Color information

#B7ADE9 (or 0xB7ADE9) is unknown color: approx Melrose. HEX triplet: B7, AD and E9. RGB value is (183,173,233). Sum of RGB (Red+Green+Blue) = 183+173+233=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADE9 is #485216. Grayscale: #B6B6B6. Windows color (decimal): -4739607 or 15314359. OLE color: 15314359.

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

Color convert

RGB183173233-
CMYK0.210.2600.09
HSL250º57.69%79.61%-
HSV(B)250º25.75%91.37%-
XYZ49.1845.8483.35-
YUV182.83156.31128.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=31.07%
G=29.37%
B=39.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831732330.210.2600.0925057.6979.61
HexB7ADE9151A09fa3a50
Octal267255351253201137272120
Binary101101111010110111101001101011101001001111110101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADE9; }

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

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

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

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

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

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

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

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