#BCABF8

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

Shades of Melrose #BCABF8

Tints of Melrose #BCABF8

Color information

#BCABF8 (or 0xBCABF8) is unknown color: approx Melrose. HEX triplet: BC, AB and F8. RGB value is (188,171,248). Sum of RGB (Red+Green+Blue) = 188+171+248=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABF8 is #435407. Grayscale: #B8B8B8. Windows color (decimal): -4412424 or 16296892. OLE color: 16296892.

HSL color Cylindrical-coordinate representation of color #BCABF8: hue angle of 253.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCABF8 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188171248-
CMYK0.240.3100.03
HSL253.25º84.62%82.16%-
HSV(B)253.25º31.05%97.25%-
XYZ52.2546.5995.05-
YUV184.86163.63130.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=30.97%
G=28.17%
B=40.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881712480.240.3100.03253.2584.6282.16
HexBCABF8181F03fd5552
Octal274253370303703375125122
Binary10111100101010111111100011000111110111111110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABF8; }

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

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

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

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

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

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

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

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