#BB9499

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

Shades of Viola #BB9499

Tints of Viola #BB9499

Color information

#BB9499 (or 0xBB9499) is unknown color: approx Viola. HEX triplet: BB, 94 and 99. RGB value is (187,148,153). Sum of RGB (Red+Green+Blue) = 187+148+153=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9499 is #446B66. Grayscale: #A0A0A0. Windows color (decimal): -4483943 or 10065083. OLE color: 10065083.

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

Color convert

RGB187148153-
CMYK00.210.180.27
HSL352.31º22.29%65.69%-
HSV(B)352.31º20.86%73.33%-
XYZ36.8334.0434.77-
YUV160.23123.92147.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 148 (58.20% from 255) = 30.33%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=38.32%
G=30.33%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714815300.210.180.27352.3122.2965.69
HexBB9499015121B1601642
Octal273224231025223354026102
Binary1011101110010100100110010101011001011011101100000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9499; }

 p { color: rgb(187,148,153); }

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

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

 a { background-color: rgb(187,148,153); }

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

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

 span { border-color: rgb(187,148,153); }

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