#BCAAC8

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

Shades of Perfume #BCAAC8

Tints of Perfume #BCAAC8

Color information

#BCAAC8 (or 0xBCAAC8) is unknown color: approx Perfume. HEX triplet: BC, AA and C8. RGB value is (188,170,200). Sum of RGB (Red+Green+Blue) = 188+170+200=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCAAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC8 is #435537. Grayscale: #B2B2B2. Windows color (decimal): -4412728 or 13150908. OLE color: 13150908.

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

Color convert

RGB188170200-
CMYK0.060.1500.22
HSL276º21.43%72.55%-
HSV(B)276º15%78.43%-
XYZ45.5443.6160.66-
YUV178.8139.96134.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=33.69%
G=30.47%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881702000.060.1500.2227621.4372.55
HexBCAAC86F0161141549
Octal27425231061702642425111
Binary1011110010101010110010001101111010110100010100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAC8; }

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

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

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

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

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

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

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

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