#BCA2DF

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

Shades of Perfume #BCA2DF

Tints of Perfume #BCA2DF

Color information

#BCA2DF (or 0xBCA2DF) is unknown color: approx Perfume. HEX triplet: BC, A2 and DF. RGB value is (188,162,223). Sum of RGB (Red+Green+Blue) = 188+162+223=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2DF is #435D20. Grayscale: #B0B0B0. Windows color (decimal): -4414753 or 14656188. OLE color: 14656188.

HSL color Cylindrical-coordinate representation of color #BCA2DF: hue angle of 265.57º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA2DF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188162223-
CMYK0.160.2700.13
HSL265.57º48.8%75.49%-
HSV(B)265.57º27.35%87.45%-
XYZ46.9841.8675.42-
YUV176.73154.11136.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 162 (63.67% from 255) = 28.27%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=32.81%
G=28.27%
B=38.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881622230.160.2700.13265.5748.875.49
HexBCA2DF101B0D10a314b
Octal274242337203301541261113
Binary1011110010100010110111111000011011011011000010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2DF; }

 p { color: rgb(188,162,223); }

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

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

 a { background-color: rgb(188,162,223); }

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

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

 span { border-color: rgb(188,162,223); }

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