#BCA4FA

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

Shades of Melrose #BCA4FA

Tints of Melrose #BCA4FA

Color information

#BCA4FA (or 0xBCA4FA) is unknown color: approx Melrose. HEX triplet: BC, A4 and FA. RGB value is (188,164,250). Sum of RGB (Red+Green+Blue) = 188+164+250=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4FA is #435B05. Grayscale: #B4B4B4. Windows color (decimal): -4414214 or 16426172. OLE color: 16426172.

HSL color Cylindrical-coordinate representation of color #BCA4FA: hue angle of 256.74º degrees, saturation: 0.9, 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 #BCA4FA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188164250-
CMYK0.250.3400.02
HSL256.74º89.58%81.18%-
HSV(B)256.74º34.4%98.04%-
XYZ51.2744.1496.26-
YUV180.98166.95133.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=31.23%
G=27.24%
B=41.53%

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
Decimal1881642500.250.3400.02256.7489.5881.18
HexBCA4FA1922021015a51
Octal274244372314202401132121
Binary1011110010100100111110101100110001001010000000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4FA; }

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

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

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

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

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

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

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

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