Html Css Color HEX #B394A9 London Hue

📋 copy color: '#B394A9'

red 179 ◦ green 148 ◦ blue 169

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

Shades of London Hue #B394A9

Tints of London Hue #B394A9

RGB

 RED value IS 179 (70.31% from 255) = 36.09%

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

 BLUE value IS 169 (66.41% from 255) = 34.07%

R = 36.09%
G = 29.84%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B394A9 (or 0xB394A9) is known color: London Hue. HEX triplet: B3, 94 and A9. RGB value is (179,148,169). Sum of RGB (Red+Green+Blue) = 179+148+169=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B394A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394A9 is #4C6B56. Grayscale: #9F9F9F. Windows color (decimal): -5008215 or 11113651. OLE color: 11113651.

HSL color Cylindrical-coordinate representation of color #B394A9: hue angle of 319.35º degrees, saturation: 0.17, 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 #B394A9 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 169 -
CMYK 0 0.17 0.06 0.30
HSL 319.35º 0.17% 0.64% -
HSV(B) 319.35º 0.17% 0.7% -
XYZ 36.34 33.63 42.11 -
YUV 159.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 179 148 169 0 0.17 0.06 0.30 319.35 0.17 0.64
Hex B3 94 A9 0 11 6 1E 13F 11 40
Octal 263 224 251 0 21 6 36 477 21 100
Binary 10110011 10010100 10101001 0 10001 110 11110 100111111 10001 1000000

Color Harmonies of #B394A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394A9

Black with #B394A9

Text Example


Text Example

White with #B394A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394A9; }

 p { color: rgb(179,148,169); }

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

background-color css

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

 a { background-color: rgb(179,148,169); }

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

border-color css

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

 span { border-color: rgb(179,148,169); }

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