Html Css Color HEX #BB8997 Viola

📋 copy color: '#BB8997'

red 187 ◦ green 137 ◦ blue 151

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

Shades of Viola #BB8997

Tints of Viola #BB8997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 39.37%
G = 28.84%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB8997 (or 0xBB8997) is known color: Viola. HEX triplet: BB, 89 and 97. RGB value is (187,137,151). Sum of RGB (Red+Green+Blue) = 187+137+151=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8997 is #447668. Grayscale: #999999. Windows color (decimal): -4486761 or 9931195. OLE color: 9931195.

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

Color convert

RGB 187 137 151 -
CMYK 0 0.27 0.19 0.27
HSL 343.2º 0.27% 0.64% -
HSV(B) 343.2º 0.27% 0.73% -
XYZ 35.03 30.69 33.36 -
YUV 153.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 187 137 151 0 0.27 0.19 0.27 343.2 0.27 0.64
Hex BB 89 97 0 1B 13 1B 157 1B 40
Octal 273 211 227 0 33 23 33 527 33 100
Binary 10111011 10001001 10010111 0 11011 10011 11011 101010111 11011 1000000

Color Harmonies of #BB8997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8997

Black with #BB8997

Text Example


Text Example

White with #BB8997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8997; }

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

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

background-color css

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

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

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

border-color css

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

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

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