Html Css Color HEX #B194AB London Hue

📋 copy color: '#B194AB'

red 177 ◦ green 148 ◦ blue 171

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

Shades of London Hue #B194AB

Tints of London Hue #B194AB

RGB

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

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

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

R = 35.69%
G = 29.84%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B194AB (or 0xB194AB) is known color: London Hue. HEX triplet: B1, 94 and AB. RGB value is (177,148,171). Sum of RGB (Red+Green+Blue) = 177+148+171=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AB is #4E6B54. Grayscale: #9F9F9F. Windows color (decimal): -5139285 or 11244721. OLE color: 11244721.

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

Color convert

RGB 177 148 171 -
CMYK 0 0.16 0.03 0.31
HSL 312.41º 0.16% 0.64% -
HSV(B) 312.41º 0.16% 0.69% -
XYZ 36.07 33.47 43.09 -
YUV 159.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 177 148 171 0 0.16 0.03 0.31 312.41 0.16 0.64
Hex B1 94 AB 0 10 3 1F 138 10 40
Octal 261 224 253 0 20 3 37 470 20 100
Binary 10110001 10010100 10101011 0 10000 11 11111 100111000 10000 1000000

Color Harmonies of #B194AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194AB

Black with #B194AB

Text Example


Text Example

White with #B194AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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