#BCA0A9

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

Shades of Viola #BCA0A9

Tints of Viola #BCA0A9

Color information

#BCA0A9 (or 0xBCA0A9) is unknown color: approx Viola. HEX triplet: BC, A0 and A9. RGB value is (188,160,169). Sum of RGB (Red+Green+Blue) = 188+160+169=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A9 is #435F56. Grayscale: #A9A9A9. Windows color (decimal): -4415319 or 11116732. OLE color: 11116732.

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

Color convert

RGB188160169-
CMYK00.150.100.26
HSL340.71º17.28%68.24%-
HSV(B)340.71º14.89%73.73%-
XYZ40.4738.742.87-
YUV169.4127.78141.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=36.36%
G=30.95%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816016900.150.100.26340.7117.2868.24
HexBCA0A90FA1A1551144
Octal274240251017123252521104
Binary10111100101000001010100101111101011010101010101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0A9; }

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

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

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

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

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

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

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

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