Html Css Color HEX #B194AA London Hue

📋 copy color: '#B194AA'

red 177 ◦ green 148 ◦ blue 170

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

Shades of London Hue #B194AA

Tints of London Hue #B194AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

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

R = 35.76%
G = 29.9%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B194AA (or 0xB194AA) is known color: London Hue. HEX triplet: B1, 94 and AA. RGB value is (177,148,170). Sum of RGB (Red+Green+Blue) = 177+148+170=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AA is #4E6B55. Grayscale: #9F9F9F. Windows color (decimal): -5139286 or 11179185. OLE color: 11179185.

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

Color convert

RGB 177 148 170 -
CMYK 0 0.16 0.04 0.31
HSL 314.48º 0.16% 0.64% -
HSV(B) 314.48º 0.16% 0.69% -
XYZ 35.98 33.43 42.59 -
YUV 159.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 177 148 170 0 0.16 0.04 0.31 314.48 0.16 0.64
Hex B1 94 AA 0 10 4 1F 13A 10 40
Octal 261 224 252 0 20 4 37 472 20 100
Binary 10110001 10010100 10101010 0 10000 100 11111 100111010 10000 1000000

Color Harmonies of #B194AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194AA

Black with #B194AA

Text Example


Text Example

White with #B194AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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