#BC99A1

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

Shades of Viola #BC99A1

Tints of Viola #BC99A1

Color information

#BC99A1 (or 0xBC99A1) is unknown color: approx Viola. HEX triplet: BC, 99 and A1. RGB value is (188,153,161). Sum of RGB (Red+Green+Blue) = 188+153+161=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99A1 is #43665E. Grayscale: #A4A4A4. Windows color (decimal): -4417119 or 10590652. OLE color: 10590652.

HSL color Cylindrical-coordinate representation of color #BC99A1: hue angle of 346.29º 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 #BC99A1 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB188153161-
CMYK00.190.140.26
HSL346.29º20.71%66.86%-
HSV(B)346.29º18.62%73.73%-
XYZ38.5636.0538.64-
YUV164.38126.1144.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=37.45%
G=30.48%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815316100.190.140.26346.2920.7166.86
HexBC99A1013E1A15a1543
Octal274231241023163253225103
Binary101111001001100110100001010011111011010101011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99A1; }

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

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

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

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

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

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

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

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