#B7AEFA

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

Shades of Melrose #B7AEFA

Tints of Melrose #B7AEFA

Color information

#B7AEFA (or 0xB7AEFA) is unknown color: approx Melrose. HEX triplet: B7, AE and FA. RGB value is (183,174,250). Sum of RGB (Red+Green+Blue) = 183+174+250=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEFA is #485105. Grayscale: #B9B9B9. Windows color (decimal): -4739334 or 16428727. OLE color: 16428727.

HSL color Cylindrical-coordinate representation of color #B7AEFA: hue angle of 247.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AEFA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183174250-
CMYK0.270.3000.02
HSL247.11º88.37%83.14%-
HSV(B)247.11º30.4%98.04%-
XYZ51.9247.2496.82-
YUV185.36164.48126.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=30.15%
G=28.67%
B=41.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831742500.270.3000.02247.1188.3783.14
HexB7AEFA1B1E02f75853
Octal267256372333602367130123
Binary10110111101011101111101011011111100101111011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEFA; }

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

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

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

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

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

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

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

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