#BAAFE5

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

Shades of Melrose #BAAFE5

Tints of Melrose #BAAFE5

Color information

#BAAFE5 (or 0xBAAFE5) is unknown color: approx Melrose. HEX triplet: BA, AF and E5. RGB value is (186,175,229). Sum of RGB (Red+Green+Blue) = 186+175+229=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFE5 is #45501A. Grayscale: #B8B8B8. Windows color (decimal): -4542491 or 15052730. OLE color: 15052730.

HSL color Cylindrical-coordinate representation of color #BAAFE5: hue angle of 252.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAAFE5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186175229-
CMYK0.190.2400.10
HSL252.22º50.94%79.22%-
HSV(B)252.22º23.58%89.8%-
XYZ49.7246.7680.53-
YUV184.44153.14129.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 229 (89.84% from 255) = 38.81%
R=31.53%
G=29.66%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861752290.190.2400.10252.2250.9479.22
HexBAAFE513180Afc334f
Octal272257345233001237463117
Binary101110101010111111100101100111100001010111111001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFE5; }

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

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

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

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

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

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

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

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