#BA9CA7

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

Shades of Viola #BA9CA7

Tints of Viola #BA9CA7

Color information

#BA9CA7 (or 0xBA9CA7) is unknown color: approx Viola. HEX triplet: BA, 9C and A7. RGB value is (186,156,167). Sum of RGB (Red+Green+Blue) = 186+156+167=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 167 (65.62% from 255 or 32.81% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9CA7 is #456358. Grayscale: #A6A6A6. Windows color (decimal): -4547417 or 10984634. OLE color: 10984634.

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

Color convert

RGB186156167-
CMYK00.160.100.27
HSL338º17.86%67.06%-
HSV(B)338º16.13%72.94%-
XYZ39.1137.0141.64-
YUV166.22128.44142.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 167 (65.62% from 255) = 32.81%
R=36.54%
G=30.65%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615616700.160.100.2733817.8667.06
HexBA9CA7010A1B1521243
Octal272234247020123352222103
Binary101110101001110010100111010000101011011101010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CA7; }

 p { color: rgb(186,156,167); }

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

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

 a { background-color: rgb(186,156,167); }

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

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

 span { border-color: rgb(186,156,167); }

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