#B7AEEF

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

Shades of Melrose #B7AEEF

Tints of Melrose #B7AEEF

Color information

#B7AEEF (or 0xB7AEEF) is unknown color: approx Melrose. HEX triplet: B7, AE and EF. RGB value is (183,174,239). Sum of RGB (Red+Green+Blue) = 183+174+239=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEEF is #485110. Grayscale: #B7B7B7. Windows color (decimal): -4739345 or 15707831. OLE color: 15707831.

HSL color Cylindrical-coordinate representation of color #B7AEEF: hue angle of 248.31º 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 #B7AEEF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183174239-
CMYK0.230.2700.06
HSL248.31º67.01%80.98%-
HSV(B)248.31º27.2%93.73%-
XYZ50.2446.5788-
YUV184.1158.98127.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.70%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=30.70%
G=29.19%
B=40.10%

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
Decimal1831742390.230.2700.06248.3167.0180.98
HexB7AEEF171B06f84351
Octal267256357273306370103121
Binary101101111010111011101111101111101101101111100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEEF; }

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

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

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

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

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

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

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

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