#BCABFF

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

Shades of Melrose #BCABFF

Tints of Melrose #BCABFF

Color information

#BCABFF (or 0xBCABFF) is unknown color: approx Melrose. HEX triplet: BC, AB and FF. RGB value is (188,171,255). Sum of RGB (Red+Green+Blue) = 188+171+255=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCABFF is #435400. Grayscale: #B9B9B9. Windows color (decimal): -4412417 or 16755644. OLE color: 16755644.

HSL color Cylindrical-coordinate representation of color #BCABFF: hue angle of 252.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCABFF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188171255-
CMYK0.260.3300
HSL252.14º100%83.53%-
HSV(B)252.14º32.94%100%-
XYZ53.3547.04100.87-
YUV185.66167.13129.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 255 (100% from 255) = 41.53%
R=30.62%
G=27.85%
B=41.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881712550.260.3300252.1410083.53
HexBCABFF1A2100fc6454
Octal274253377324100374144124
Binary10111100101010111111111111010100001001111110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABFF; }

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

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

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

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

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

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

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

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