#BCA8C9

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

Shades of Perfume #BCA8C9

Tints of Perfume #BCA8C9

Color information

#BCA8C9 (or 0xBCA8C9) is unknown color: approx Perfume. HEX triplet: BC, A8 and C9. RGB value is (188,168,201). Sum of RGB (Red+Green+Blue) = 188+168+201=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8C9 is #435736. Grayscale: #B1B1B1. Windows color (decimal): -4413239 or 13215932. OLE color: 13215932.

HSL color Cylindrical-coordinate representation of color #BCA8C9: hue angle of 276.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA8C9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188168201-
CMYK0.060.1600.21
HSL276.36º23.4%72.35%-
HSV(B)276.36º16.42%78.82%-
XYZ45.2842.9161.15-
YUV177.74141.13135.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=33.75%
G=30.16%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881682010.060.1600.21276.3623.472.35
HexBCA8C96100151141748
Octal27425031162002542427110
Binary10111100101010001100100111010000010101100010100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8C9; }

 p { color: rgb(188,168,201); }

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

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

 a { background-color: rgb(188,168,201); }

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

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

 span { border-color: rgb(188,168,201); }

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