Html Css Color HEX #B394AA London Hue

📋 copy color: '#B394AA'

red 179 ◦ green 148 ◦ blue 170

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

Shades of London Hue #B394AA

Tints of London Hue #B394AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 36.02%
G = 29.78%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B394AA (or 0xB394AA) is known color: London Hue. HEX triplet: B3, 94 and AA. RGB value is (179,148,170). Sum of RGB (Red+Green+Blue) = 179+148+170=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B394AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394AA is #4C6B55. Grayscale: #9F9F9F. Windows color (decimal): -5008214 or 11179187. OLE color: 11179187.

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

Color convert

RGB 179 148 170 -
CMYK 0 0.17 0.05 0.30
HSL 317.42º 0.17% 0.64% -
HSV(B) 317.42º 0.17% 0.7% -
XYZ 36.44 33.67 42.61 -
YUV 159.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 179 148 170 0 0.17 0.05 0.30 317.42 0.17 0.64
Hex B3 94 AA 0 11 5 1E 13D 11 40
Octal 263 224 252 0 21 5 36 475 21 100
Binary 10110011 10010100 10101010 0 10001 101 11110 100111101 10001 1000000

Color Harmonies of #B394AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394AA

Black with #B394AA

Text Example


Text Example

White with #B394AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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