#BCA1DF

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

Shades of Perfume #BCA1DF

Tints of Perfume #BCA1DF

Color information

#BCA1DF (or 0xBCA1DF) is unknown color: approx Perfume. HEX triplet: BC, A1 and DF. RGB value is (188,161,223). Sum of RGB (Red+Green+Blue) = 188+161+223=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1DF is #435E20. Grayscale: #AFAFAF. Windows color (decimal): -4415009 or 14655932. OLE color: 14655932.

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

Color convert

RGB188161223-
CMYK0.160.2800.13
HSL266.13º49.21%75.29%-
HSV(B)266.13º27.8%87.45%-
XYZ46.841.5175.36-
YUV176.14154.45136.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=32.87%
G=28.15%
B=38.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881612230.160.2800.13266.1349.2175.29
HexBCA1DF101C0D10a314b
Octal274241337203401541261113
Binary1011110010100001110111111000011100011011000010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1DF; }

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

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

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

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

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

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

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

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