#BA909D

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

Shades of Viola #BA909D

Tints of Viola #BA909D

Color information

#BA909D (or 0xBA909D) is unknown color: approx Viola. HEX triplet: BA, 90 and 9D. RGB value is (186,144,157). Sum of RGB (Red+Green+Blue) = 186+144+157=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA909D is #456F62. Grayscale: #9E9E9E. Windows color (decimal): -4550499 or 10326202. OLE color: 10326202.

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

Color convert

RGB186144157-
CMYK00.230.160.27
HSL341.43º23.33%64.71%-
HSV(B)341.43º22.58%72.94%-
XYZ36.3132.8236.32-
YUV158.04127.41147.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=38.19%
G=29.57%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614415700.230.160.27341.4323.3364.71
HexBA909D017101B1551741
Octal272220235027203352527101
Binary1011101010010000100111010101111000011011101010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA909D; }

 p { color: rgb(186,144,157); }

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

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

 a { background-color: rgb(186,144,157); }

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

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

 span { border-color: rgb(186,144,157); }

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