#B7AFEF

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

Shades of Melrose #B7AFEF

Tints of Melrose #B7AFEF

Color information

#B7AFEF (or 0xB7AFEF) is unknown color: approx Melrose. HEX triplet: B7, AF and EF. RGB value is (183,175,239). Sum of RGB (Red+Green+Blue) = 183+175+239=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AFEF is #485010. Grayscale: #B8B8B8. Windows color (decimal): -4739089 or 15708087. OLE color: 15708087.

HSL color Cylindrical-coordinate representation of color #B7AFEF: hue angle of 247.5º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7AFEF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183175239-
CMYK0.230.2700.06
HSL247.5º66.67%81.18%-
HSV(B)247.5º26.78%93.73%-
XYZ50.4446.9688.07-
YUV184.69158.65126.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.65%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=30.65%
G=29.31%
B=40.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831752390.230.2700.06247.566.6781.18
HexB7AFEF171B06f84351
Octal267257357273306370103121
Binary101101111010111111101111101111101101101111100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFEF; }

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

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

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

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

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

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

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

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