Html Css Color HEX #B194AC London Hue

📋 copy color: '#B194AC'

red 177 ◦ green 148 ◦ blue 172

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

Shades of London Hue #B194AC

Tints of London Hue #B194AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 35.61%
G = 29.78%
B = 34.61%

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

#B194AC (or 0xB194AC) is known color: London Hue. HEX triplet: B1, 94 and AC. RGB value is (177,148,172). Sum of RGB (Red+Green+Blue) = 177+148+172=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B194AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194AC is #4E6B53. Grayscale: #9F9F9F. Windows color (decimal): -5139284 or 11310257. OLE color: 11310257.

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

Color convert

RGB 177 148 172 -
CMYK 0 0.16 0.03 0.31
HSL 310.34º 0.16% 0.64% -
HSV(B) 310.34º 0.16% 0.69% -
XYZ 36.17 33.51 43.59 -
YUV 159.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 177 148 172 0 0.16 0.03 0.31 310.34 0.16 0.64
Hex B1 94 AC 0 10 3 1F 136 10 40
Octal 261 224 254 0 20 3 37 466 20 100
Binary 10110001 10010100 10101100 0 10000 11 11111 100110110 10000 1000000

Color Harmonies of #B194AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194AC

Black with #B194AC

Text Example


Text Example

White with #B194AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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