#BCABF5

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

Shades of Melrose #BCABF5

Tints of Melrose #BCABF5

Color information

#BCABF5 (or 0xBCABF5) is unknown color: approx Melrose. HEX triplet: BC, AB and F5. RGB value is (188,171,245). Sum of RGB (Red+Green+Blue) = 188+171+245=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABF5 is #43540A. Grayscale: #B8B8B8. Windows color (decimal): -4412427 or 16100284. OLE color: 16100284.

HSL color Cylindrical-coordinate representation of color #BCABF5: hue angle of 253.78º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCABF5 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188171245-
CMYK0.230.3000.04
HSL253.78º78.72%81.57%-
HSV(B)253.78º30.2%96.08%-
XYZ51.7846.4192.61-
YUV184.52162.13130.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=31.13%
G=28.31%
B=40.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881712450.230.3000.04253.7878.7281.57
HexBCABF5171E04fe4f52
Octal274253365273604376117122
Binary101111001010101111110101101111111001001111111010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABF5; }

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

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

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

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

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

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

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

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