#BCA0D1

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

Shades of Perfume #BCA0D1

Tints of Perfume #BCA0D1

Color information

#BCA0D1 (or 0xBCA0D1) is unknown color: approx Perfume. HEX triplet: BC, A0 and D1. RGB value is (188,160,209). Sum of RGB (Red+Green+Blue) = 188+160+209=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCA0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0D1 is #435F2E. Grayscale: #ADADAD. Windows color (decimal): -4415279 or 13738172. OLE color: 13738172.

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

Color convert

RGB188160209-
CMYK0.100.2300.18
HSL274.29º34.75%72.35%-
HSV(B)274.29º23.44%81.96%-
XYZ44.8240.4465.76-
YUV173.96147.78138.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=33.75%
G=28.73%
B=37.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881602090.100.2300.18274.2934.7572.35
HexBCA0D1A170121122348
Octal274240321122702242243110
Binary1011110010100000110100011010101110100101000100101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0D1; }

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

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

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

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

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

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

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

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