#B7AFEC

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

Shades of Melrose #B7AFEC

Tints of Melrose #B7AFEC

Color information

#B7AFEC (or 0xB7AFEC) is unknown color: approx Melrose. HEX triplet: B7, AF and EC. RGB value is (183,175,236). Sum of RGB (Red+Green+Blue) = 183+175+236=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AFEC is #485013. Grayscale: #B8B8B8. Windows color (decimal): -4739092 or 15511479. OLE color: 15511479.

HSL color Cylindrical-coordinate representation of color #B7AFEC: hue angle of 247.87º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7AFEC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183175236-
CMYK0.220.2600.07
HSL247.87º61.62%80.59%-
HSV(B)247.87º25.85%92.55%-
XYZ5046.7885.75-
YUV184.35157.15127.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.81%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=30.81%
G=29.46%
B=39.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831752360.220.2600.07247.8761.6280.59
HexB7AFEC161A07f83e51
Octal26725735426320737076121
Binary10110111101011111110110010110110100111111110001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFEC; }

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

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

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

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

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

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

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

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