#BCAACC

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

Shades of Perfume #BCAACC

Tints of Perfume #BCAACC

Color information

#BCAACC (or 0xBCAACC) is unknown color: approx Perfume. HEX triplet: BC, AA and CC. RGB value is (188,170,204). Sum of RGB (Red+Green+Blue) = 188+170+204=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACC is #435533. Grayscale: #B3B3B3. Windows color (decimal): -4412724 or 13413052. OLE color: 13413052.

HSL color Cylindrical-coordinate representation of color #BCAACC: hue angle of 271.76º 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 #BCAACC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188170204-
CMYK0.080.1700.2
HSL271.76º25%73.33%-
HSV(B)271.76º16.67%80%-
XYZ46.0143.863.16-
YUV179.26141.96134.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=33.45%
G=30.25%
B=36.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881702040.080.1700.2271.762573.33
HexBCAACC8110141101949
Octal274252314102102442031111
Binary101111001010101011001100100010001010100100010000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAACC; }

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

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

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

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

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

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

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

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