#BCAAC9

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

Shades of Perfume #BCAAC9

Tints of Perfume #BCAAC9

Color information

#BCAAC9 (or 0xBCAAC9) is unknown color: approx Perfume. HEX triplet: BC, AA and C9. RGB value is (188,170,201). Sum of RGB (Red+Green+Blue) = 188+170+201=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC9 is #435536. Grayscale: #B2B2B2. Windows color (decimal): -4412727 or 13216444. OLE color: 13216444.

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

Color convert

RGB188170201-
CMYK0.060.1500.21
HSL274.84º22.3%72.75%-
HSV(B)274.84º15.42%78.82%-
XYZ45.6643.6661.28-
YUV178.92140.46134.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=33.63%
G=30.41%
B=35.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881702010.060.1500.21274.8422.372.75
HexBCAAC96F0151131649
Octal27425231161702542326111
Binary1011110010101010110010011101111010101100010011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC9; }

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

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

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

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

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

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

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

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