#BCA0D8

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

Shades of Perfume #BCA0D8

Tints of Perfume #BCA0D8

Color information

#BCA0D8 (or 0xBCA0D8) is unknown color: approx Perfume. HEX triplet: BC, A0 and D8. RGB value is (188,160,216). Sum of RGB (Red+Green+Blue) = 188+160+216=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCA0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0D8 is #435F27. Grayscale: #AEAEAE. Windows color (decimal): -4415272 or 14196924. OLE color: 14196924.

HSL color Cylindrical-coordinate representation of color #BCA0D8: hue angle of 270º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA0D8 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188160216-
CMYK0.130.2600.15
HSL270º41.79%73.73%-
HSV(B)270º25.93%84.71%-
XYZ45.740.7970.43-
YUV174.76151.28137.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=33.33%
G=28.37%
B=38.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881602160.130.2600.1527041.7973.73
HexBCA0D8D1A0F10e2a4a
Octal274240330153201741652112
Binary101111001010000011011000110111010011111000011101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0D8; }

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

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

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

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

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

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

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

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