#BCA9D1

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

Shades of Perfume #BCA9D1

Tints of Perfume #BCA9D1

Color information

#BCA9D1 (or 0xBCA9D1) is unknown color: approx Perfume. HEX triplet: BC, A9 and D1. RGB value is (188,169,209). Sum of RGB (Red+Green+Blue) = 188+169+209=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCA9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9D1 is #43562E. Grayscale: #B3B3B3. Windows color (decimal): -4412975 or 13740476. OLE color: 13740476.

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

Color convert

RGB188169209-
CMYK0.100.1900.18
HSL268.5º30.3%74.12%-
HSV(B)268.5º19.14%81.96%-
XYZ46.4443.6766.3-
YUV179.24144.79134.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 209 (82.03% from 255) = 36.93%
R=33.22%
G=29.86%
B=36.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881692090.100.1900.18268.530.374.12
HexBCA9D1A1301210c1e4a
Octal274251321122302241436112
Binary101111001010100111010001101010011010010100001100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9D1; }

 p { color: rgb(188,169,209); }

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

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

 a { background-color: rgb(188,169,209); }

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

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

 span { border-color: rgb(188,169,209); }

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