Html Css Color HEX #B198AF London Hue

📋 copy color: '#B198AF'

red 177 ◦ green 152 ◦ blue 175

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

Shades of London Hue #B198AF

Tints of London Hue #B198AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 35.12%
G = 30.16%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B198AF (or 0xB198AF) is known color: London Hue. HEX triplet: B1, 98 and AF. RGB value is (177,152,175). Sum of RGB (Red+Green+Blue) = 177+152+175=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B198AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B198AF is #4E6750. Grayscale: #A2A2A2. Windows color (decimal): -5138257 or 11507889. OLE color: 11507889.

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

Color convert

RGB 177 152 175 -
CMYK 0 0.14 0.01 0.31
HSL 304.8º 0.14% 0.65% -
HSV(B) 304.8º 0.14% 0.69% -
XYZ 37.1 34.9 45.34 -
YUV 162.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 177 152 175 0 0.14 0.01 0.31 304.8 0.14 0.65
Hex B1 98 AF 0 E 1 1F 131 E 41
Octal 261 230 257 0 16 1 37 461 16 101
Binary 10110001 10011000 10101111 0 1110 1 11111 100110001 1110 1000001

Color Harmonies of #B198AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198AF

Black with #B198AF

Text Example


Text Example

White with #B198AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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