#BCA7D1

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

Shades of Perfume #BCA7D1

Tints of Perfume #BCA7D1

Color information

#BCA7D1 (or 0xBCA7D1) is unknown color: approx Perfume. HEX triplet: BC, A7 and D1. RGB value is (188,167,209). Sum of RGB (Red+Green+Blue) = 188+167+209=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCA7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D1 is #43582E. Grayscale: #B1B1B1. Windows color (decimal): -4413487 or 13739964. OLE color: 13739964.

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

Color convert

RGB188167209-
CMYK0.100.2000.18
HSL270º31.34%73.73%-
HSV(B)270º20.1%81.96%-
XYZ46.0742.9366.18-
YUV178.07145.46135.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 29.61%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=33.33%
G=29.61%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881672090.100.2000.1827031.3473.73
HexBCA7D1A1401210e1f4a
Octal274247321122402241637112
Binary101111001010011111010001101010100010010100001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7D1; }

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

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

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

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

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

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

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

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