Html Css Color HEX #BB889D Viola

📋 copy color: '#BB889D'

red 187 ◦ green 136 ◦ blue 157

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

Shades of Viola #BB889D

Tints of Viola #BB889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 38.96%
G = 28.33%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB889D (or 0xBB889D) is known color: Viola. HEX triplet: BB, 88 and 9D. RGB value is (187,136,157). Sum of RGB (Red+Green+Blue) = 187+136+157=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BB889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB889D is #447762. Grayscale: #999999. Windows color (decimal): -4487011 or 10324155. OLE color: 10324155.

HSL color Cylindrical-coordinate representation of color #BB889D: hue angle of 335.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB889D is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 136 157 -
CMYK 0 0.27 0.16 0.27
HSL 335.29º 0.27% 0.63% -
HSV(B) 335.29º 0.27% 0.73% -
XYZ 35.38 30.61 35.94 -
YUV 153.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 187 136 157 0 0.27 0.16 0.27 335.29 0.27 0.63
Hex BB 88 9D 0 1B 10 1B 14F 1B 3F
Octal 273 210 235 0 33 20 33 517 33 77
Binary 10111011 10001000 10011101 0 11011 10000 11011 101001111 11011 111111

Color Harmonies of #BB889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB889D

Black with #BB889D

Text Example


Text Example

White with #BB889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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