#BCA9CB

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

Shades of Perfume #BCA9CB

Tints of Perfume #BCA9CB

Color information

#BCA9CB (or 0xBCA9CB) is unknown color: approx Perfume. HEX triplet: BC, A9 and CB. RGB value is (188,169,203). Sum of RGB (Red+Green+Blue) = 188+169+203=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9CB is #435634. Grayscale: #B2B2B2. Windows color (decimal): -4412981 or 13347260. OLE color: 13347260.

HSL color Cylindrical-coordinate representation of color #BCA9CB: hue angle of 273.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCA9CB is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188169203-
CMYK0.070.1700.20
HSL273.53º24.64%72.94%-
HSV(B)273.53º16.75%79.61%-
XYZ45.7143.3862.46-
YUV178.56141.79134.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=33.57%
G=30.18%
B=36.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881692030.070.1700.20273.5324.6472.94
HexBCA9CB7110141121949
Octal27425131372102442231111
Binary10111100101010011100101111110001010100100010010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9CB; }

 p { color: rgb(188,169,203); }

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

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

 a { background-color: rgb(188,169,203); }

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

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

 span { border-color: rgb(188,169,203); }

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