#BCA1FA

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

Shades of Perfume #BCA1FA

Tints of Perfume #BCA1FA

Color information

#BCA1FA (or 0xBCA1FA) is unknown color: approx Perfume. HEX triplet: BC, A1 and FA. RGB value is (188,161,250). Sum of RGB (Red+Green+Blue) = 188+161+250=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCA1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA1FA is #435E05. Grayscale: #B2B2B2. Windows color (decimal): -4414982 or 16425404. OLE color: 16425404.

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

Color convert

RGB188161250-
CMYK0.250.3600.02
HSL258.2º89.9%80.59%-
HSV(B)258.2º35.6%98.04%-
XYZ50.7443.0896.08-
YUV179.22167.95134.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=31.39%
G=26.88%
B=41.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881612500.250.3600.02258.289.980.59
HexBCA1FA1924021025a51
Octal274241372314402402132121
Binary1011110010100001111110101100110010001010000001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1FA; }

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

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

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

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

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

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

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

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