Html Css Color HEX #BB8999 Viola

📋 copy color: '#BB8999'

red 187 ◦ green 137 ◦ blue 153

#BB8999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #BB8999

Tints of Viola #BB8999

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

 GREEN value IS 137 (53.91% from 255) = 28.72%

 BLUE value IS 153 (60.16% from 255) = 32.08%

R = 39.2%
G = 28.72%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB8999 (or 0xBB8999) is known color: Viola. HEX triplet: BB, 89 and 99. RGB value is (187,137,153). Sum of RGB (Red+Green+Blue) = 187+137+153=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8999 is #447666. Grayscale: #999999. Windows color (decimal): -4486759 or 10062267. OLE color: 10062267.

HSL color Cylindrical-coordinate representation of color #BB8999: hue angle of 340.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 #BB8999 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 137 153 -
CMYK 0 0.27 0.18 0.27
HSL 340.8º 0.27% 0.64% -
HSV(B) 340.8º 0.27% 0.73% -
XYZ 35.19 30.76 34.22 -
YUV 153.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 187 137 153 0 0.27 0.18 0.27 340.8 0.27 0.64
Hex BB 89 99 0 1B 12 1B 155 1B 40
Octal 273 211 231 0 33 22 33 525 33 100
Binary 10111011 10001001 10011001 0 11011 10010 11011 101010101 11011 1000000

Color Harmonies of #BB8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8999

Black with #BB8999

Text Example


Text Example

White with #BB8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8999; }

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

 H1.HeaderClassName
 {
   color: #BB8999;
 }
 .AnyTagClassName
 {
   color: #BB8999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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