Html Css Color HEX #B194AE London Hue

📋 copy color: '#B194AE'

red 177 ◦ green 148 ◦ blue 174

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

Shades of London Hue #B194AE

Tints of London Hue #B194AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 35.47%
G = 29.66%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B194AE (or 0xB194AE) is known color: London Hue. HEX triplet: B1, 94 and AE. RGB value is (177,148,174). Sum of RGB (Red+Green+Blue) = 177+148+174=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AE is #4E6B51. Grayscale: #9F9F9F. Windows color (decimal): -5139282 or 11441329. OLE color: 11441329.

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

Color convert

RGB 177 148 174 -
CMYK 0 0.16 0.02 0.31
HSL 306.21º 0.16% 0.64% -
HSV(B) 306.21º 0.16% 0.69% -
XYZ 36.36 33.58 44.61 -
YUV 159.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 177 148 174 0 0.16 0.02 0.31 306.21 0.16 0.64
Hex B1 94 AE 0 10 2 1F 132 10 40
Octal 261 224 256 0 20 2 37 462 20 100
Binary 10110001 10010100 10101110 0 10000 10 11111 100110010 10000 1000000

Color Harmonies of #B194AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194AE

Black with #B194AE

Text Example


Text Example

White with #B194AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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