Html Css Color HEX #BB99A0 Viola

📋 copy color: '#BB99A0'

red 187 ◦ green 153 ◦ blue 160

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

Shades of Viola #BB99A0

Tints of Viola #BB99A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.6%

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

R = 37.4%
G = 30.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB99A0 (or 0xBB99A0) is known color: Viola. HEX triplet: BB, 99 and A0. RGB value is (187,153,160). Sum of RGB (Red+Green+Blue) = 187+153+160=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB99A0 is #44665F. Grayscale: #A3A3A3. Windows color (decimal): -4482656 or 10525115. OLE color: 10525115.

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

Color convert

RGB 187 153 160 -
CMYK 0 0.18 0.14 0.27
HSL 347.65º 0.2% 0.67% -
HSV(B) 347.65º 0.18% 0.73% -
XYZ 38.23 35.89 38.17 -
YUV 163.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 187 153 160 0 0.18 0.14 0.27 347.65 0.2 0.67
Hex BB 99 A0 0 12 E 1B 15C 14 43
Octal 273 231 240 0 22 16 33 534 24 103
Binary 10111011 10011001 10100000 0 10010 1110 11011 101011100 10100 1000011

Color Harmonies of #BB99A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99A0

Black with #BB99A0

Text Example


Text Example

White with #BB99A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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