#BB8E99

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

Shades of Viola #BB8E99

Tints of Viola #BB8E99

Color information

#BB8E99 (or 0xBB8E99) is unknown color: approx Viola. HEX triplet: BB, 8E and 99. RGB value is (187,142,153). Sum of RGB (Red+Green+Blue) = 187+142+153=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8E99 is #447166. Grayscale: #9C9C9C. Windows color (decimal): -4485479 or 10063547. OLE color: 10063547.

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

Color convert

RGB187142153-
CMYK00.240.180.27
HSL345.33º24.86%64.51%-
HSV(B)345.33º24.06%73.33%-
XYZ35.9232.2134.46-
YUV156.71125.91149.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=38.80%
G=29.46%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714215300.240.180.27345.3324.8664.51
HexBB8E99018121B1591941
Octal273216231030223353131101
Binary1011101110001110100110010110001001011011101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E99; }

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

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

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

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

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

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

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

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