#BCABE9

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

Shades of Melrose #BCABE9

Tints of Melrose #BCABE9

Color information

#BCABE9 (or 0xBCABE9) is unknown color: approx Melrose. HEX triplet: BC, AB and E9. RGB value is (188,171,233). Sum of RGB (Red+Green+Blue) = 188+171+233=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABE9 is #435416. Grayscale: #B6B6B6. Windows color (decimal): -4412439 or 15313852. OLE color: 15313852.

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

Color convert

RGB188171233-
CMYK0.190.2700.09
HSL256.45º58.49%79.22%-
HSV(B)256.45º26.61%91.37%-
XYZ50.0145.783.28-
YUV183.15156.13131.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 233 (91.41% from 255) = 39.36%
R=31.76%
G=28.89%
B=39.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881712330.190.2700.09256.4558.4979.22
HexBCABE9131B091003a4f
Octal274253351233301140072117
Binary1011110010101011111010011001111011010011000000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABE9; }

 p { color: rgb(188,171,233); }

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

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

 a { background-color: rgb(188,171,233); }

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

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

 span { border-color: rgb(188,171,233); }

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