Html Css Color HEX #BB959E Viola

📋 copy color: '#BB959E'

red 187 ◦ green 149 ◦ blue 158

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

Shades of Viola #BB959E

Tints of Viola #BB959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 37.85%
G = 30.16%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB959E (or 0xBB959E) is known color: Viola. HEX triplet: BB, 95 and 9E. RGB value is (187,149,158). Sum of RGB (Red+Green+Blue) = 187+149+158=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959E is #446A61. Grayscale: #A1A1A1. Windows color (decimal): -4483682 or 10393019. OLE color: 10393019.

HSL color Cylindrical-coordinate representation of color #BB959E: hue angle of 345.79º degrees, saturation: 0.22, 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 #BB959E is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 158 -
CMYK 0 0.20 0.16 0.27
HSL 345.79º 0.22% 0.66% -
HSV(B) 345.79º 0.2% 0.73% -
XYZ 37.41 34.53 37.04 -
YUV 161.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 187 149 158 0 0.20 0.16 0.27 345.79 0.22 0.66
Hex BB 95 9E 0 14 10 1B 15A 16 42
Octal 273 225 236 0 24 20 33 532 26 102
Binary 10111011 10010101 10011110 0 10100 10000 11011 101011010 10110 1000010

Color Harmonies of #BB959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB959E

Black with #BB959E

Text Example


Text Example

White with #BB959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB959E; }

 p { color: rgb(187,149,158); }

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

background-color css

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

 a { background-color: rgb(187,149,158); }

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

border-color css

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

 span { border-color: rgb(187,149,158); }

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