#BCA3DC

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

Shades of Perfume #BCA3DC

Tints of Perfume #BCA3DC

Color information

#BCA3DC (or 0xBCA3DC) is unknown color: approx Perfume. HEX triplet: BC, A3 and DC. RGB value is (188,163,220). Sum of RGB (Red+Green+Blue) = 188+163+220=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3DC is #435C23. Grayscale: #B0B0B0. Windows color (decimal): -4414500 or 14459836. OLE color: 14459836.

HSL color Cylindrical-coordinate representation of color #BCA3DC: hue angle of 266.32º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA3DC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188163220-
CMYK0.150.2600.14
HSL266.32º44.88%75.1%-
HSV(B)266.32º25.91%86.27%-
XYZ46.7542.0573.36-
YUV176.97152.28135.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=32.92%
G=28.55%
B=38.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881632200.150.2600.14266.3244.8875.1
HexBCA3DCF1A0E10a2d4b
Octal274243334173201641255113
Binary101111001010001111011100111111010011101000010101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3DC; }

 p { color: rgb(188,163,220); }

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

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

 a { background-color: rgb(188,163,220); }

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

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

 span { border-color: rgb(188,163,220); }

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