#BCAACA

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

Shades of Perfume #BCAACA

Tints of Perfume #BCAACA

Color information

#BCAACA (or 0xBCAACA) is unknown color: approx Perfume. HEX triplet: BC, AA and CA. RGB value is (188,170,202). Sum of RGB (Red+Green+Blue) = 188+170+202=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACA is #435535. Grayscale: #B2B2B2. Windows color (decimal): -4412726 or 13281980. OLE color: 13281980.

HSL color Cylindrical-coordinate representation of color #BCAACA: hue angle of 273.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAACA is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188170202-
CMYK0.070.1600.21
HSL273.75º23.19%72.94%-
HSV(B)273.75º15.84%79.22%-
XYZ45.7743.7161.9-
YUV179.03140.96134.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 202 (79.30% from 255) = 36.07%
R=33.57%
G=30.36%
B=36.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881702020.070.1600.21273.7523.1972.94
HexBCAACA7100151121749
Octal27425231272002542227111
Binary10111100101010101100101011110000010101100010010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAACA; }

 p { color: rgb(188,170,202); }

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

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

 a { background-color: rgb(188,170,202); }

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

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

 span { border-color: rgb(188,170,202); }

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