#BCA0FF

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

Shades of Perfume #BCA0FF

Tints of Perfume #BCA0FF

Color information

#BCA0FF (or 0xBCA0FF) is unknown color: approx Perfume. HEX triplet: BC, A0 and FF. RGB value is (188,160,255). Sum of RGB (Red+Green+Blue) = 188+160+255=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0FF is #435F00. Grayscale: #B2B2B2. Windows color (decimal): -4415233 or 16752828. OLE color: 16752828.

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

Color convert

RGB188160255-
CMYK0.260.3700
HSL257.68º100%81.37%-
HSV(B)257.68º37.25%100%-
XYZ51.3643.05100.21-
YUV179.2170.78134.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 255 (100% from 255) = 42.29%
R=31.18%
G=26.53%
B=42.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881602550.260.3700257.6810081.37
HexBCA0FF1A25001026451
Octal274240377324500402144121
Binary101111001010000011111111110101001010010000001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0FF; }

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

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

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

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

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

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

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

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