Html Css Color HEX #BB959D Viola

📋 copy color: '#BB959D'

red 187 ◦ green 149 ◦ blue 157

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

Shades of Viola #BB959D

Tints of Viola #BB959D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.85%

R = 37.93%
G = 30.22%
B = 31.85%

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

#BB959D (or 0xBB959D) is known color: Viola. HEX triplet: BB, 95 and 9D. RGB value is (187,149,157). Sum of RGB (Red+Green+Blue) = 187+149+157=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BB959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB959D is #446A62. Grayscale: #A1A1A1. Windows color (decimal): -4483683 or 10327483. OLE color: 10327483.

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

Color convert

RGB 187 149 157 -
CMYK 0 0.20 0.16 0.27
HSL 347.37º 0.22% 0.66% -
HSV(B) 347.37º 0.2% 0.73% -
XYZ 37.33 34.49 36.59 -
YUV 161.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 187 149 157 0 0.20 0.16 0.27 347.37 0.22 0.66
Hex BB 95 9D 0 14 10 1B 15B 16 42
Octal 273 225 235 0 24 20 33 533 26 102
Binary 10111011 10010101 10011101 0 10100 10000 11011 101011011 10110 1000010

Color Harmonies of #BB959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB959D

Black with #BB959D

Text Example


Text Example

White with #BB959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB959D; }

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

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

background-color css

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

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

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

border-color css

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

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

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