Html Css Color HEX #BB99A2 Viola

📋 copy color: '#BB99A2'

red 187 ◦ green 153 ◦ blue 162

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

Shades of Viola #BB99A2

Tints of Viola #BB99A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 37.25%
G = 30.48%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB99A2 (or 0xBB99A2) is known color: Viola. HEX triplet: BB, 99 and A2. RGB value is (187,153,162). Sum of RGB (Red+Green+Blue) = 187+153+162=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB99A2 is #44665D. Grayscale: #A4A4A4. Windows color (decimal): -4482654 or 10656187. OLE color: 10656187.

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

Color convert

RGB 187 153 162 -
CMYK 0 0.18 0.13 0.27
HSL 344.12º 0.2% 0.67% -
HSV(B) 344.12º 0.18% 0.73% -
XYZ 38.41 35.96 39.1 -
YUV 164.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 187 153 162 0 0.18 0.13 0.27 344.12 0.2 0.67
Hex BB 99 A2 0 12 D 1B 158 14 43
Octal 273 231 242 0 22 15 33 530 24 103
Binary 10111011 10011001 10100010 0 10010 1101 11011 101011000 10100 1000011

Color Harmonies of #BB99A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99A2

Black with #BB99A2

Text Example


Text Example

White with #BB99A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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