#BAACEE

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

Shades of Melrose #BAACEE

Tints of Melrose #BAACEE

Color information

#BAACEE (or 0xBAACEE) is unknown color: approx Melrose. HEX triplet: BA, AC and EE. RGB value is (186,172,238). Sum of RGB (Red+Green+Blue) = 186+172+238=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACEE is #455311. Grayscale: #B7B7B7. Windows color (decimal): -4543250 or 15641786. OLE color: 15641786.

HSL color Cylindrical-coordinate representation of color #BAACEE: hue angle of 252.73º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAACEE is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186172238-
CMYK0.220.2800.07
HSL252.73º66%80.39%-
HSV(B)252.73º27.73%93.33%-
XYZ50.4346.1287.13-
YUV183.71158.64129.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=31.21%
G=28.86%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861722380.220.2800.07252.736680.39
HexBAACEE161C07fd4250
Octal272254356263407375102120
Binary101110101010110011101110101101110001111111110110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACEE; }

 p { color: rgb(186,172,238); }

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

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

 a { background-color: rgb(186,172,238); }

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

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

 span { border-color: rgb(186,172,238); }

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