Html Css Color HEX #B198AB London Hue

📋 copy color: '#B198AB'

red 177 ◦ green 152 ◦ blue 171

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

Shades of London Hue #B198AB

Tints of London Hue #B198AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 35.4%
G = 30.4%
B = 34.2%

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

#B198AB (or 0xB198AB) is known color: London Hue. HEX triplet: B1, 98 and AB. RGB value is (177,152,171). Sum of RGB (Red+Green+Blue) = 177+152+171=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AB is #4E6754. Grayscale: #A1A1A1. Windows color (decimal): -5138261 or 11245745. OLE color: 11245745.

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

Color convert

RGB 177 152 171 -
CMYK 0 0.14 0.03 0.31
HSL 314.4º 0.14% 0.65% -
HSV(B) 314.4º 0.14% 0.69% -
XYZ 36.71 34.74 43.3 -
YUV 161.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 177 152 171 0 0.14 0.03 0.31 314.4 0.14 0.65
Hex B1 98 AB 0 E 3 1F 13A E 41
Octal 261 230 253 0 16 3 37 472 16 101
Binary 10110001 10011000 10101011 0 1110 11 11111 100111010 1110 1000001

Color Harmonies of #B198AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198AB

Black with #B198AB

Text Example


Text Example

White with #B198AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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