#B7AEFB

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

Shades of Melrose #B7AEFB

Tints of Melrose #B7AEFB

Color information

#B7AEFB (or 0xB7AEFB) is unknown color: approx Melrose. HEX triplet: B7, AE and FB. RGB value is (183,174,251). Sum of RGB (Red+Green+Blue) = 183+174+251=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEFB is #485104. Grayscale: #B9B9B9. Windows color (decimal): -4739333 or 16494263. OLE color: 16494263.

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

Color convert

RGB183174251-
CMYK0.270.3100.02
HSL247.01º90.59%83.33%-
HSV(B)247.01º30.68%98.43%-
XYZ52.0847.397.65-
YUV185.47164.98126.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=30.10%
G=28.62%
B=41.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831742510.270.3100.02247.0190.5983.33
HexB7AEFB1B1F02f75b53
Octal267256373333702367133123
Binary10110111101011101111101111011111110101111011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEFB; }

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

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

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

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

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

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

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

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