#BCA5FF

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

Shades of Melrose #BCA5FF

Tints of Melrose #BCA5FF

Color information

#BCA5FF (or 0xBCA5FF) is unknown color: approx Melrose. HEX triplet: BC, A5 and FF. RGB value is (188,165,255). Sum of RGB (Red+Green+Blue) = 188+165+255=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA5FF is #435A00. Grayscale: #B5B5B5. Windows color (decimal): -4413953 or 16754108. OLE color: 16754108.

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

Color convert

RGB188165255-
CMYK0.260.3500
HSL255.33º100%82.35%-
HSV(B)255.33º35.29%100%-
XYZ52.2444.82100.51-
YUV182.14169.12132.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 255 (100% from 255) = 41.94%
R=30.92%
G=27.14%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881652550.260.3500255.3310082.35
HexBCA5FF1A2300ff6452
Octal274245377324300377144122
Binary10111100101001011111111111010100011001111111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5FF; }

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

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

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

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

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

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

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

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