#BC99A6

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

Shades of Viola #BC99A6

Tints of Viola #BC99A6

Color information

#BC99A6 (or 0xBC99A6) is unknown color: approx Viola. HEX triplet: BC, 99 and A6. RGB value is (188,153,166). Sum of RGB (Red+Green+Blue) = 188+153+166=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99A6 is #436659. Grayscale: #A4A4A4. Windows color (decimal): -4417114 or 10918332. OLE color: 10918332.

HSL color Cylindrical-coordinate representation of color #BC99A6: hue angle of 337.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99A6 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188153166-
CMYK00.190.120.26
HSL337.71º20.71%66.86%-
HSV(B)337.71º18.62%73.73%-
XYZ39.0136.2341.01-
YUV164.95128.6144.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=37.08%
G=30.18%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815316600.190.120.26337.7120.7166.86
HexBC99A6013C1A1521543
Octal274231246023143252225103
Binary101111001001100110100110010011110011010101010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99A6; }

 p { color: rgb(188,153,166); }

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

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

 a { background-color: rgb(188,153,166); }

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

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

 span { border-color: rgb(188,153,166); }

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