#BAAFE4

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

Shades of Melrose #BAAFE4

Tints of Melrose #BAAFE4

Color information

#BAAFE4 (or 0xBAAFE4) is unknown color: approx Melrose. HEX triplet: BA, AF and E4. RGB value is (186,175,228). Sum of RGB (Red+Green+Blue) = 186+175+228=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFE4 is #45501B. Grayscale: #B8B8B8. Windows color (decimal): -4542492 or 14987194. OLE color: 14987194.

HSL color Cylindrical-coordinate representation of color #BAAFE4: hue angle of 252.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAAFE4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186175228-
CMYK0.180.2300.11
HSL252.45º49.53%79.02%-
HSV(B)252.45º23.25%89.41%-
XYZ49.5846.779.8-
YUV184.33152.64129.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=31.58%
G=29.71%
B=38.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861752280.180.2300.11252.4549.5379.02
HexBAAFE412170Bfc324f
Octal272257344222701337462117
Binary101110101010111111100100100101011101011111111001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFE4; }

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

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

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

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

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

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

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

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