#BAAFE7

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

Shades of Melrose #BAAFE7

Tints of Melrose #BAAFE7

Color information

#BAAFE7 (or 0xBAAFE7) is unknown color: approx Melrose. HEX triplet: BA, AF and E7. RGB value is (186,175,231). Sum of RGB (Red+Green+Blue) = 186+175+231=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFE7 is #455018. Grayscale: #B8B8B8. Windows color (decimal): -4542489 or 15183802. OLE color: 15183802.

HSL color Cylindrical-coordinate representation of color #BAAFE7: hue angle of 251.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAAFE7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186175231-
CMYK0.190.2400.09
HSL251.79º53.85%79.61%-
HSV(B)251.79º24.24%90.59%-
XYZ5046.8782.01-
YUV184.67154.14128.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 231 (90.62% from 255) = 39.02%
R=31.42%
G=29.56%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861752310.190.2400.09251.7953.8579.61
HexBAAFE7131809fc3650
Octal272257347233001137466120
Binary101110101010111111100111100111100001001111111001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFE7; }

 p { color: rgb(186,175,231); }

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

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

 a { background-color: rgb(186,175,231); }

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

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

 span { border-color: rgb(186,175,231); }

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