#B7AFE9

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

Shades of Melrose #B7AFE9

Tints of Melrose #B7AFE9

Color information

#B7AFE9 (or 0xB7AFE9) is unknown color: approx Melrose. HEX triplet: B7, AF and E9. RGB value is (183,175,233). Sum of RGB (Red+Green+Blue) = 183+175+233=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #B7AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AFE9 is #485016. Grayscale: #B7B7B7. Windows color (decimal): -4739095 or 15314871. OLE color: 15314871.

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

Color convert

RGB183175233-
CMYK0.210.2500.09
HSL248.28º56.86%80%-
HSV(B)248.28º24.89%91.37%-
XYZ49.5746.6183.48-
YUV184155.65127.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 233 (91.41% from 255) = 39.42%
R=30.96%
G=29.61%
B=39.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831752330.210.2500.09248.2856.8680
HexB7AFE9151909f83950
Octal267257351253101137071120
Binary101101111010111111101001101011100101001111110001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFE9; }

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

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

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

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

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

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

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

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