Html Css Color HEX #BB8994 Viola

📋 copy color: '#BB8994'

red 187 ◦ green 137 ◦ blue 148

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

Shades of Viola #BB8994

Tints of Viola #BB8994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 39.62%
G = 29.03%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB8994 (or 0xBB8994) is known color: Viola. HEX triplet: BB, 89 and 94. RGB value is (187,137,148). Sum of RGB (Red+Green+Blue) = 187+137+148=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8994 is #44766B. Grayscale: #999999. Windows color (decimal): -4486764 or 9734587. OLE color: 9734587.

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

Color convert

RGB 187 137 148 -
CMYK 0 0.27 0.21 0.27
HSL 346.8º 0.27% 0.64% -
HSV(B) 346.8º 0.27% 0.73% -
XYZ 34.78 30.59 32.09 -
YUV 153.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 187 137 148 0 0.27 0.21 0.27 346.8 0.27 0.64
Hex BB 89 94 0 1B 15 1B 15B 1B 40
Octal 273 211 224 0 33 25 33 533 33 100
Binary 10111011 10001001 10010100 0 11011 10101 11011 101011011 11011 1000000

Color Harmonies of #BB8994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8994

Black with #BB8994

Text Example


Text Example

White with #BB8994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8994; }

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

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

background-color css

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

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

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

border-color css

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

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

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