#BCAAD0

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

Shades of Perfume #BCAAD0

Tints of Perfume #BCAAD0

Color information

#BCAAD0 (or 0xBCAAD0) is unknown color: approx Perfume. HEX triplet: BC, AA and D0. RGB value is (188,170,208). Sum of RGB (Red+Green+Blue) = 188+170+208=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCAAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAD0 is #43552F. Grayscale: #B3B3B3. Windows color (decimal): -4412720 or 13675196. OLE color: 13675196.

HSL color Cylindrical-coordinate representation of color #BCAAD0: hue angle of 268.42º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAAD0 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188170208-
CMYK0.100.1800.18
HSL268.42º28.79%74.12%-
HSV(B)268.42º18.27%81.57%-
XYZ46.543.9965.72-
YUV179.71143.96133.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 208 (81.64% from 255) = 36.75%
R=33.22%
G=30.04%
B=36.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881702080.100.1800.18268.4228.7974.12
HexBCAAD0A1201210c1d4a
Octal274252320122202241435112
Binary101111001010101011010000101010010010010100001100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAAD0; }

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

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

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

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

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

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

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

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