Html Css Color HEX #B49BB2 London Hue

📋 copy color: '#B49BB2'

red 180 ◦ green 155 ◦ blue 178

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

Shades of London Hue #B49BB2

Tints of London Hue #B49BB2

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 35.09%
G = 30.21%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B49BB2 (or 0xB49BB2) is known color: London Hue. HEX triplet: B4, 9B and B2. RGB value is (180,155,178). Sum of RGB (Red+Green+Blue) = 180+155+178=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BB2 is #4B644D. Grayscale: #A5A5A5. Windows color (decimal): -4940878 or 11705268. OLE color: 11705268.

HSL color Cylindrical-coordinate representation of color #B49BB2: hue angle of 304.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49BB2 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 155 178 -
CMYK 0 0.14 0.01 0.29
HSL 304.8º 0.14% 0.66% -
HSV(B) 304.8º 0.14% 0.71% -
XYZ 38.58 36.36 47.1 -
YUV 165.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 180 155 178 0 0.14 0.01 0.29 304.8 0.14 0.66
Hex B4 9B B2 0 E 1 1D 131 E 42
Octal 264 233 262 0 16 1 35 461 16 102
Binary 10110100 10011011 10110010 0 1110 1 11101 100110001 1110 1000010

Color Harmonies of #B49BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BB2

Black with #B49BB2

Text Example


Text Example

White with #B49BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BB2; }

 p { color: rgb(180,155,178); }

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

background-color css

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

 a { background-color: rgb(180,155,178); }

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

border-color css

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

 span { border-color: rgb(180,155,178); }

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