#BCABFC

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

Shades of Melrose #BCABFC

Tints of Melrose #BCABFC

Color information

#BCABFC (or 0xBCABFC) is unknown color: approx Melrose. HEX triplet: BC, AB and FC. RGB value is (188,171,252). Sum of RGB (Red+Green+Blue) = 188+171+252=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFC is #435403. Grayscale: #B9B9B9. Windows color (decimal): -4412420 or 16559036. OLE color: 16559036.

HSL color Cylindrical-coordinate representation of color #BCABFC: hue angle of 252.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCABFC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188171252-
CMYK0.250.3200.01
HSL252.59º93.1%82.94%-
HSV(B)252.59º32.14%98.82%-
XYZ52.8746.8598.35-
YUV185.32165.63129.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=30.77%
G=27.99%
B=41.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881712520.250.3200.01252.5993.182.94
HexBCABFC192001fd5d53
Octal274253374314001375135123
Binary10111100101010111111110011001100000011111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABFC; }

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

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

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

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

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

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

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

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