Html Css Color HEX #B394AB London Hue

📋 copy color: '#B394AB'

red 179 ◦ green 148 ◦ blue 171

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

Shades of London Hue #B394AB

Tints of London Hue #B394AB

RGB

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

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

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

R = 35.94%
G = 29.72%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B394AB (or 0xB394AB) is known color: London Hue. HEX triplet: B3, 94 and AB. RGB value is (179,148,171). Sum of RGB (Red+Green+Blue) = 179+148+171=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B394AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394AB is #4C6B54. Grayscale: #9F9F9F. Windows color (decimal): -5008213 or 11244723. OLE color: 11244723.

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

Color convert

RGB 179 148 171 -
CMYK 0 0.17 0.04 0.30
HSL 315.48º 0.17% 0.64% -
HSV(B) 315.48º 0.17% 0.7% -
XYZ 36.53 33.7 43.11 -
YUV 159.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 179 148 171 0 0.17 0.04 0.30 315.48 0.17 0.64
Hex B3 94 AB 0 11 4 1E 13B 11 40
Octal 263 224 253 0 21 4 36 473 21 100
Binary 10110011 10010100 10101011 0 10001 100 11110 100111011 10001 1000000

Color Harmonies of #B394AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394AB

Black with #B394AB

Text Example


Text Example

White with #B394AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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