#BCA9D0

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

Shades of Perfume #BCA9D0

Tints of Perfume #BCA9D0

Color information

#BCA9D0 (or 0xBCA9D0) is unknown color: approx Perfume. HEX triplet: BC, A9 and D0. RGB value is (188,169,208). Sum of RGB (Red+Green+Blue) = 188+169+208=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9D0 is #43562F. Grayscale: #B2B2B2. Windows color (decimal): -4412976 or 13674940. OLE color: 13674940.

HSL color Cylindrical-coordinate representation of color #BCA9D0: hue angle of 269.23º degrees, saturation: 0.29, 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 #BCA9D0 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188169208-
CMYK0.100.1900.18
HSL269.23º29.32%73.92%-
HSV(B)269.23º18.75%81.57%-
XYZ46.3143.6265.65-
YUV179.13144.29134.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=33.27%
G=29.91%
B=36.81%

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
Decimal1881692080.100.1900.18269.2329.3273.92
HexBCA9D0A1301210d1d4a
Octal274251320122302241535112
Binary101111001010100111010000101010011010010100001101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9D0; }

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

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

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

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

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

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

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

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