#BCA6D0

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

Shades of Perfume #BCA6D0

Tints of Perfume #BCA6D0

Color information

#BCA6D0 (or 0xBCA6D0) is unknown color: approx Perfume. HEX triplet: BC, A6 and D0. RGB value is (188,166,208). Sum of RGB (Red+Green+Blue) = 188+166+208=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6D0 is #43592F. Grayscale: #B1B1B1. Windows color (decimal): -4413744 or 13674172. OLE color: 13674172.

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

Color convert

RGB188166208-
CMYK0.100.2000.18
HSL271.43º30.88%73.33%-
HSV(B)271.43º20.19%81.57%-
XYZ45.7642.5265.47-
YUV177.37145.29135.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=33.45%
G=29.54%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881662080.100.2000.18271.4330.8873.33
HexBCA6D0A1401210f1f49
Octal274246320122402241737111
Binary101111001010011011010000101010100010010100001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6D0; }

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

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

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

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

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

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

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

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