#BCA5F3

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

Shades of Perfume #BCA5F3

Tints of Perfume #BCA5F3

Color information

#BCA5F3 (or 0xBCA5F3) is unknown color: approx Perfume. HEX triplet: BC, A5 and F3. RGB value is (188,165,243). Sum of RGB (Red+Green+Blue) = 188+165+243=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCA5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA5F3 is #435A0C. Grayscale: #B4B4B4. Windows color (decimal): -4413965 or 15967676. OLE color: 15967676.

HSL color Cylindrical-coordinate representation of color #BCA5F3: hue angle of 257.69º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA5F3 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188165243-
CMYK0.230.3200.05
HSL257.69º76.47%80%-
HSV(B)257.69º32.1%95.29%-
XYZ50.3744.0790.65-
YUV180.77163.12133.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 165 (64.84% from 255) = 27.68%
BLUE value IS 243 (95.31% from 255) = 40.77%
R=31.54%
G=27.68%
B=40.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881652430.230.3200.05257.6976.4780
HexBCA5F31720051024c50
Octal274245363274005402114120
Binary10111100101001011111001110111100000010110000001010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5F3; }

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

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

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

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

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

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

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

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