#BCA0FE

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

Shades of Perfume #BCA0FE

Tints of Perfume #BCA0FE

Color information

#BCA0FE (or 0xBCA0FE) is unknown color: approx Perfume. HEX triplet: BC, A0 and FE. RGB value is (188,160,254). Sum of RGB (Red+Green+Blue) = 188+160+254=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCA0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0FE is #435F01. Grayscale: #B2B2B2. Windows color (decimal): -4415234 or 16687292. OLE color: 16687292.

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

Color convert

RGB188160254-
CMYK0.260.3700.00
HSL257.87º97.92%81.18%-
HSV(B)257.87º37.01%99.61%-
XYZ51.242.9999.37-
YUV179.09170.28134.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=31.23%
G=26.58%
B=42.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881602540.260.3700.00257.8797.9281.18
HexBCA0FE1A25001026251
Octal274240376324500402142121
Binary101111001010000011111110110101001010010000001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0FE; }

 p { color: rgb(188,160,254); }

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

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

 a { background-color: rgb(188,160,254); }

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

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

 span { border-color: rgb(188,160,254); }

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