#BB898F

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

Shades of Viola #BB898F

Tints of Viola #BB898F

Color information

#BB898F (or 0xBB898F) is unknown color: approx Viola. HEX triplet: BB, 89 and 8F. RGB value is (187,137,143). Sum of RGB (Red+Green+Blue) = 187+137+143=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB898F is #447670. Grayscale: #989898. Windows color (decimal): -4486769 or 9406907. OLE color: 9406907.

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

Color convert

RGB187137143-
CMYK00.270.240.27
HSL352.8º26.88%63.53%-
HSV(B)352.8º26.74%73.33%-
XYZ34.430.4430.05-
YUV152.63122.57152.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=40.04%
G=29.34%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713714300.270.240.27352.826.8863.53
HexBB898F01B181B1611b40
Octal273211217033303354133100
Binary1011101110001001100011110110111100011011101100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB898F; }

 p { color: rgb(187,137,143); }

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

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

 a { background-color: rgb(187,137,143); }

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

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

 span { border-color: rgb(187,137,143); }

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