Html Css Color HEX #B194B2 London Hue

📋 copy color: '#B194B2'

red 177 ◦ green 148 ◦ blue 178

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

Shades of London Hue #B194B2

Tints of London Hue #B194B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.39%

R = 35.19%
G = 29.42%
B = 35.39%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B194B2 (or 0xB194B2) is known color: London Hue. HEX triplet: B1, 94 and B2. RGB value is (177,148,178). Sum of RGB (Red+Green+Blue) = 177+148+178=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #B194B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B194B2 is #4E6B4D. Grayscale: #A0A0A0. Windows color (decimal): -5139278 or 11703473. OLE color: 11703473.

HSL color Cylindrical-coordinate representation of color #B194B2: hue angle of 298º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B194B2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 148 178 -
CMYK 0.01 0.17 0 0.30
HSL 298º 0.16% 0.64% -
HSV(B) 298º 0.17% 0.7% -
XYZ 36.76 33.74 46.69 -
YUV 160.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 177 148 178 0.01 0.17 0 0.30 298 0.16 0.64
Hex B1 94 B2 1 11 0 1E 12A 10 40
Octal 261 224 262 1 21 0 36 452 20 100
Binary 10110001 10010100 10110010 1 10001 0 11110 100101010 10000 1000000

Color Harmonies of #B194B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194B2

Black with #B194B2

Text Example


Text Example

White with #B194B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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