#BCA9CD

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

Shades of Perfume #BCA9CD

Tints of Perfume #BCA9CD

Color information

#BCA9CD (or 0xBCA9CD) is unknown color: approx Perfume. HEX triplet: BC, A9 and CD. RGB value is (188,169,205). Sum of RGB (Red+Green+Blue) = 188+169+205=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9CD is #435632. Grayscale: #B2B2B2. Windows color (decimal): -4412979 or 13478332. OLE color: 13478332.

HSL color Cylindrical-coordinate representation of color #BCA9CD: hue angle of 271.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA9CD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188169205-
CMYK0.080.1800.20
HSL271.67º26.47%73.33%-
HSV(B)271.67º17.56%80.39%-
XYZ45.9543.4863.73-
YUV178.78142.79134.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=33.45%
G=30.07%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881692050.080.1800.20271.6726.4773.33
HexBCA9CD8120141101a49
Octal274251315102202442032111
Binary101111001010100111001101100010010010100100010000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9CD; }

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

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

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

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

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

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

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

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