Html Css Color HEX #B198AA London Hue

📋 copy color: '#B198AA'

red 177 ◦ green 152 ◦ blue 170

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

Shades of London Hue #B198AA

Tints of London Hue #B198AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.46%

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

R = 35.47%
G = 30.46%
B = 34.07%

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

#B198AA (or 0xB198AA) is known color: London Hue. HEX triplet: B1, 98 and AA. RGB value is (177,152,170). Sum of RGB (Red+Green+Blue) = 177+152+170=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AA is #4E6755. Grayscale: #A1A1A1. Windows color (decimal): -5138262 or 11180209. OLE color: 11180209.

HSL color Cylindrical-coordinate representation of color #B198AA: hue angle of 316.8º degrees, saturation: 0.14, 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 #B198AA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 152 170 -
CMYK 0 0.14 0.04 0.31
HSL 316.8º 0.14% 0.65% -
HSV(B) 316.8º 0.14% 0.69% -
XYZ 36.62 34.71 42.8 -
YUV 161.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 177 152 170 0 0.14 0.04 0.31 316.8 0.14 0.65
Hex B1 98 AA 0 E 4 1F 13D E 41
Octal 261 230 252 0 16 4 37 475 16 101
Binary 10110001 10011000 10101010 0 1110 100 11111 100111101 1110 1000001

Color Harmonies of #B198AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198AA

Black with #B198AA

Text Example


Text Example

White with #B198AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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