#B7AEF0

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

Shades of Melrose #B7AEF0

Tints of Melrose #B7AEF0

Color information

#B7AEF0 (or 0xB7AEF0) is unknown color: approx Melrose. HEX triplet: B7, AE and F0. RGB value is (183,174,240). Sum of RGB (Red+Green+Blue) = 183+174+240=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #B7AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEF0 is #48510F. Grayscale: #B7B7B7. Windows color (decimal): -4739344 or 15773367. OLE color: 15773367.

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

Color convert

RGB183174240-
CMYK0.240.2800.06
HSL248.18º68.75%81.18%-
HSV(B)248.18º27.5%94.12%-
XYZ50.3946.6388.78-
YUV184.21159.48127.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.65%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=30.65%
G=29.15%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831742400.240.2800.06248.1868.7581.18
HexB7AEF0181C06f84551
Octal267256360303406370105121
Binary101101111010111011110000110001110001101111100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEF0; }

 p { color: rgb(183,174,240); }

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

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

 a { background-color: rgb(183,174,240); }

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

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

 span { border-color: rgb(183,174,240); }

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