Html Css Color HEX #B394A8 London Hue

📋 copy color: '#B394A8'

red 179 ◦ green 148 ◦ blue 168

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

Shades of London Hue #B394A8

Tints of London Hue #B394A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 36.16%
G = 29.9%
B = 33.94%

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

#B394A8 (or 0xB394A8) is known color: London Hue. HEX triplet: B3, 94 and A8. RGB value is (179,148,168). Sum of RGB (Red+Green+Blue) = 179+148+168=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 179 - color contains mainly: red. Hex color #B394A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B394A8 is #4C6B57. Grayscale: #9F9F9F. Windows color (decimal): -5008216 or 11048115. OLE color: 11048115.

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

Color convert

RGB 179 148 168 -
CMYK 0 0.17 0.06 0.30
HSL 321.29º 0.17% 0.64% -
HSV(B) 321.29º 0.17% 0.7% -
XYZ 36.25 33.59 41.62 -
YUV 159.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 179 148 168 0 0.17 0.06 0.30 321.29 0.17 0.64
Hex B3 94 A8 0 11 6 1E 141 11 40
Octal 263 224 250 0 21 6 36 501 21 100
Binary 10110011 10010100 10101000 0 10001 110 11110 101000001 10001 1000000

Color Harmonies of #B394A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394A8

Black with #B394A8

Text Example


Text Example

White with #B394A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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