Html Css Color HEX #B199AA London Hue

📋 copy color: '#B199AA'

red 177 ◦ green 153 ◦ blue 170

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

Shades of London Hue #B199AA

Tints of London Hue #B199AA

RGB

 RED value IS 177 (69.53% from 255) = 35.4%

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

 BLUE value IS 170 (66.8% from 255) = 34%

R = 35.4%
G = 30.6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B199AA (or 0xB199AA) is known color: London Hue. HEX triplet: B1, 99 and AA. RGB value is (177,153,170). Sum of RGB (Red+Green+Blue) = 177+153+170=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AA is #4E6655. Grayscale: #A2A2A2. Windows color (decimal): -5138006 or 11180465. OLE color: 11180465.

HSL color Cylindrical-coordinate representation of color #B199AA: hue angle of 317.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B199AA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 170 -
CMYK 0 0.14 0.04 0.31
HSL 317.5º 0.13% 0.65% -
HSV(B) 317.5º 0.14% 0.69% -
XYZ 36.78 35.03 42.85 -
YUV 162.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 177 153 170 0 0.14 0.04 0.31 317.5 0.13 0.65
Hex B1 99 AA 0 E 4 1F 13E D 41
Octal 261 231 252 0 16 4 37 476 15 101
Binary 10110001 10011001 10101010 0 1110 100 11111 100111110 1101 1000001

Color Harmonies of #B199AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199AA

Black with #B199AA

Text Example


Text Example

White with #B199AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199AA; }

 p { color: rgb(177,153,170); }

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

background-color css

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

 a { background-color: rgb(177,153,170); }

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

border-color css

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

 span { border-color: rgb(177,153,170); }

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