#BCAAF1

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

Shades of Melrose #BCAAF1

Tints of Melrose #BCAAF1

Color information

#BCAAF1 (or 0xBCAAF1) is unknown color: approx Melrose. HEX triplet: BC, AA and F1. RGB value is (188,170,241). Sum of RGB (Red+Green+Blue) = 188+170+241=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAF1 is #43550E. Grayscale: #B7B7B7. Windows color (decimal): -4412687 or 15837884. OLE color: 15837884.

HSL color Cylindrical-coordinate representation of color #BCAAF1: hue angle of 255.21º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAAF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188170241-
CMYK0.220.2900.05
HSL255.21º71.72%80.59%-
HSV(B)255.21º29.46%94.51%-
XYZ50.9945.7989.37-
YUV183.48160.46131.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=31.39%
G=28.38%
B=40.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881702410.220.2900.05255.2171.7280.59
HexBCAAF1161D05ff4851
Octal274252361263505377110121
Binary101111001010101011110001101101110101011111111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAF1; }

 p { color: rgb(188,170,241); }

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

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

 a { background-color: rgb(188,170,241); }

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

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

 span { border-color: rgb(188,170,241); }

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