Html Css Color HEX #BB9399 Viola

📋 copy color: '#BB9399'

red 187 ◦ green 147 ◦ blue 153

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

Shades of Viola #BB9399

Tints of Viola #BB9399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.18%

 BLUE value IS 153 (60.16% from 255) = 31.42%

R = 38.4%
G = 30.18%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB9399 (or 0xBB9399) is known color: Viola. HEX triplet: BB, 93 and 99. RGB value is (187,147,153). Sum of RGB (Red+Green+Blue) = 187+147+153=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9399 is #446C66. Grayscale: #9F9F9F. Windows color (decimal): -4484199 or 10064827. OLE color: 10064827.

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

Color convert

RGB 187 147 153 -
CMYK 0 0.21 0.18 0.27
HSL 351º 0.23% 0.65% -
HSV(B) 351º 0.21% 0.73% -
XYZ 36.68 33.73 34.71 -
YUV 159.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 187 147 153 0 0.21 0.18 0.27 351 0.23 0.65
Hex BB 93 99 0 15 12 1B 15F 17 41
Octal 273 223 231 0 25 22 33 537 27 101
Binary 10111011 10010011 10011001 0 10101 10010 11011 101011111 10111 1000001

Color Harmonies of #BB9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9399

Black with #BB9399

Text Example


Text Example

White with #BB9399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9399; }

 p { color: rgb(187,147,153); }

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

background-color css

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

 a { background-color: rgb(187,147,153); }

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

border-color css

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

 span { border-color: rgb(187,147,153); }

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