Html Css Color HEX #BB8990 Viola

📋 copy color: '#BB8990'

red 187 ◦ green 137 ◦ blue 144

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

Shades of Viola #BB8990

Tints of Viola #BB8990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 39.96%
G = 29.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB8990 (or 0xBB8990) is known color: Viola. HEX triplet: BB, 89 and 90. RGB value is (187,137,144). Sum of RGB (Red+Green+Blue) = 187+137+144=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8990 is #44766F. Grayscale: #989898. Windows color (decimal): -4486768 or 9472443. OLE color: 9472443.

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

Color convert

RGB 187 137 144 -
CMYK 0 0.27 0.23 0.27
HSL 351.6º 0.27% 0.64% -
HSV(B) 351.6º 0.27% 0.73% -
XYZ 34.47 30.47 30.45 -
YUV 152.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 187 137 144 0 0.27 0.23 0.27 351.6 0.27 0.64
Hex BB 89 90 0 1B 17 1B 160 1B 40
Octal 273 211 220 0 33 27 33 540 33 100
Binary 10111011 10001001 10010000 0 11011 10111 11011 101100000 11011 1000000

Color Harmonies of #BB8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8990

Black with #BB8990

Text Example


Text Example

White with #BB8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8990; }

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

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

background-color css

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

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

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

border-color css

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

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

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