#BB9299

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

Shades of Viola #BB9299

Tints of Viola #BB9299

Color information

#BB9299 (or 0xBB9299) is unknown color: approx Viola. HEX triplet: BB, 92 and 99. RGB value is (187,146,153). Sum of RGB (Red+Green+Blue) = 187+146+153=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9299 is #446D66. Grayscale: #9F9F9F. Windows color (decimal): -4484455 or 10064571. OLE color: 10064571.

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

Color convert

RGB187146153-
CMYK00.220.180.27
HSL349.76º23.16%65.29%-
HSV(B)349.76º21.93%73.33%-
XYZ36.5233.4234.66-
YUV159.06124.58147.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=38.48%
G=30.04%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714615300.220.180.27349.7623.1665.29
HexBB9299016121B15e1741
Octal273222231026223353627101
Binary1011101110010010100110010101101001011011101011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9299; }

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

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

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

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

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

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

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

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