Html Css Color HEX #B394B7 London Hue

📋 copy color: '#B394B7'

red 179 ◦ green 148 ◦ blue 183

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

Shades of London Hue #B394B7

Tints of London Hue #B394B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.88%

R = 35.1%
G = 29.02%
B = 35.88%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B394B7 (or 0xB394B7) is known color: London Hue. HEX triplet: B3, 94 and B7. RGB value is (179,148,183). Sum of RGB (Red+Green+Blue) = 179+148+183=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 183 - color contains mainly: blue. Hex color #B394B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B394B7 is #4C6B48. Grayscale: #A1A1A1. Windows color (decimal): -5008201 or 12031155. OLE color: 12031155.

HSL color Cylindrical-coordinate representation of color #B394B7: hue angle of 293.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B394B7 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 148 183 -
CMYK 0.02 0.19 0 0.28
HSL 293.14º 0.2% 0.65% -
HSV(B) 293.14º 0.19% 0.72% -
XYZ 37.73 34.18 49.41 -
YUV 161.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 179 148 183 0.02 0.19 0 0.28 293.14 0.2 0.65
Hex B3 94 B7 2 13 0 1C 125 14 41
Octal 263 224 267 2 23 0 34 445 24 101
Binary 10110011 10010100 10110111 10 10011 0 11100 100100101 10100 1000001

Color Harmonies of #B394B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B394B7

Black with #B394B7

Text Example


Text Example

White with #B394B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B394B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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