#BCA5D0

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

Shades of Perfume #BCA5D0

Tints of Perfume #BCA5D0

Color information

#BCA5D0 (or 0xBCA5D0) is unknown color: approx Perfume. HEX triplet: BC, A5 and D0. RGB value is (188,165,208). Sum of RGB (Red+Green+Blue) = 188+165+208=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #BCA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5D0 is #435A2F. Grayscale: #B0B0B0. Windows color (decimal): -4414000 or 13673916. OLE color: 13673916.

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

Color convert

RGB188165208-
CMYK0.100.2100.18
HSL272.09º31.39%73.14%-
HSV(B)272.09º20.67%81.57%-
XYZ45.5842.1665.41-
YUV176.78145.62136-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=33.51%
G=29.41%
B=37.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881652080.100.2100.18272.0931.3973.14
HexBCA5D0A150121101f49
Octal274245320122502242037111
Binary101111001010010111010000101010101010010100010000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5D0; }

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

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

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

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

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

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

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

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