#BB829C

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

Shades of Viola #BB829C

Tints of Viola #BB829C

Color information

#BB829C (or 0xBB829C) is unknown color: approx Viola. HEX triplet: BB, 82 and 9C. RGB value is (187,130,156). Sum of RGB (Red+Green+Blue) = 187+130+156=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB829C is #447D63. Grayscale: #959595. Windows color (decimal): -4488548 or 10257083. OLE color: 10257083.

HSL color Cylindrical-coordinate representation of color #BB829C: hue angle of 332.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB829C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB187130156-
CMYK00.300.170.27
HSL332.63º29.53%62.16%-
HSV(B)332.63º30.48%73.33%-
XYZ34.4828.9335.22-
YUV150.01131.38154.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=39.53%
G=27.48%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713015600.300.170.27332.6329.5362.16
HexBB829C01E111B14d1e3e
Octal27320223403621335153676
Binary101110111000001010011100011110100011101110100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB829C; }

 p { color: rgb(187,130,156); }

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

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

 a { background-color: rgb(187,130,156); }

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

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

 span { border-color: rgb(187,130,156); }

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