#BCA5FA

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

Shades of Melrose #BCA5FA

Tints of Melrose #BCA5FA

Color information

#BCA5FA (or 0xBCA5FA) is unknown color: approx Melrose. HEX triplet: BC, A5 and FA. RGB value is (188,165,250). Sum of RGB (Red+Green+Blue) = 188+165+250=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 165 (64.84% from 255 or 27.36% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA5FA is #435A05. Grayscale: #B5B5B5. Windows color (decimal): -4413958 or 16426428. OLE color: 16426428.

HSL color Cylindrical-coordinate representation of color #BCA5FA: hue angle of 256.24º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA5FA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188165250-
CMYK0.250.3400.02
HSL256.24º89.47%81.37%-
HSV(B)256.24º34%98.04%-
XYZ51.4544.596.32-
YUV181.57166.62132.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 165 (64.84% from 255) = 27.36%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=31.18%
G=27.36%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881652500.250.3400.02256.2489.4781.37
HexBCA5FA1922021005951
Octal274245372314202400131121
Binary1011110010100101111110101100110001001010000000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5FA; }

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

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

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

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

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

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

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

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