Html Css Color HEX #BB96A0 Viola

📋 copy color: '#BB96A0'

red 187 ◦ green 150 ◦ blue 160

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

Shades of Viola #BB96A0

Tints of Viola #BB96A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.18%

 BLUE value IS 160 (62.89% from 255) = 32.19%

R = 37.63%
G = 30.18%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB96A0 (or 0xBB96A0) is known color: Viola. HEX triplet: BB, 96 and A0. RGB value is (187,150,160). Sum of RGB (Red+Green+Blue) = 187+150+160=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB96A0 is #44695F. Grayscale: #A2A2A2. Windows color (decimal): -4483424 or 10524347. OLE color: 10524347.

HSL color Cylindrical-coordinate representation of color #BB96A0: hue angle of 343.78º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96A0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 160 -
CMYK 0 0.20 0.14 0.27
HSL 343.78º 0.21% 0.66% -
HSV(B) 343.78º 0.2% 0.73% -
XYZ 37.75 34.92 38.01 -
YUV 162.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 187 150 160 0 0.20 0.14 0.27 343.78 0.21 0.66
Hex BB 96 A0 0 14 E 1B 158 15 42
Octal 273 226 240 0 24 16 33 530 25 102
Binary 10111011 10010110 10100000 0 10100 1110 11011 101011000 10101 1000010

Color Harmonies of #BB96A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB96A0

Black with #BB96A0

Text Example


Text Example

White with #BB96A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB96A0; }

 p { color: rgb(187,150,160); }

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

background-color css

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

 a { background-color: rgb(187,150,160); }

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

border-color css

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

 span { border-color: rgb(187,150,160); }

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