#BCA5CF

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

Shades of Perfume #BCA5CF

Tints of Perfume #BCA5CF

Color information

#BCA5CF (or 0xBCA5CF) is unknown color: approx Perfume. HEX triplet: BC, A5 and CF. RGB value is (188,165,207). Sum of RGB (Red+Green+Blue) = 188+165+207=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5CF is #435A30. Grayscale: #B0B0B0. Windows color (decimal): -4414001 or 13608380. OLE color: 13608380.

HSL color Cylindrical-coordinate representation of color #BCA5CF: hue angle of 272.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA5CF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188165207-
CMYK0.090.2000.19
HSL272.86º30.43%72.94%-
HSV(B)272.86º20.29%81.18%-
XYZ45.4642.1164.76-
YUV176.66145.12136.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 165 (64.84% from 255) = 29.46%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=33.57%
G=29.46%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881652070.090.2000.19272.8630.4372.94
HexBCA5CF9140131111e49
Octal274245317112402342136111
Binary101111001010010111001111100110100010011100010001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5CF; }

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

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

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

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

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

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

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

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