Html Css Color HEX #B199AC London Hue

📋 copy color: '#B199AC'

red 177 ◦ green 153 ◦ blue 172

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

Shades of London Hue #B199AC

Tints of London Hue #B199AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.26%

R = 35.26%
G = 30.48%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B199AC (or 0xB199AC) is known color: London Hue. HEX triplet: B1, 99 and AC. RGB value is (177,153,172). Sum of RGB (Red+Green+Blue) = 177+153+172=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B199AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B199AC is #4E6653. Grayscale: #A2A2A2. Windows color (decimal): -5138004 or 11311537. OLE color: 11311537.

HSL color Cylindrical-coordinate representation of color #B199AC: hue angle of 312.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 #B199AC is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 172 -
CMYK 0 0.14 0.03 0.31
HSL 312.5º 0.13% 0.65% -
HSV(B) 312.5º 0.14% 0.69% -
XYZ 36.97 35.11 43.86 -
YUV 162.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 177 153 172 0 0.14 0.03 0.31 312.5 0.13 0.65
Hex B1 99 AC 0 E 3 1F 138 D 41
Octal 261 231 254 0 16 3 37 470 15 101
Binary 10110001 10011001 10101100 0 1110 11 11111 100111000 1101 1000001

Color Harmonies of #B199AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199AC

Black with #B199AC

Text Example


Text Example

White with #B199AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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