Html Css Color HEX #B49DB4 London Hue

📋 copy color: '#B49DB4'

red 180 ◦ green 157 ◦ blue 180

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

Shades of London Hue #B49DB4

Tints of London Hue #B49DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.37%

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 34.82%
G = 30.37%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B49DB4 (or 0xB49DB4) is known color: London Hue. HEX triplet: B4, 9D and B4. RGB value is (180,157,180). Sum of RGB (Red+Green+Blue) = 180+157+180=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B49DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB4 is #4B624B. Grayscale: #A6A6A6. Windows color (decimal): -4940364 or 11836852. OLE color: 11836852.

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

Color convert

RGB 180 157 180 -
CMYK 0 0.13 0 0.29
HSL 300º 0.13% 0.66% -
HSV(B) 300º 0.13% 0.71% -
XYZ 39.12 37.11 48.28 -
YUV 166.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 180 157 180 0 0.13 0 0.29 300 0.13 0.66
Hex B4 9D B4 0 D 0 1D 12C D 42
Octal 264 235 264 0 15 0 35 454 15 102
Binary 10110100 10011101 10110100 0 1101 0 11101 100101100 1101 1000010

Color Harmonies of #B49DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DB4

Black with #B49DB4

Text Example


Text Example

White with #B49DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DB4; }

 p { color: rgb(180,157,180); }

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

background-color css

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

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

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

border-color css

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

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

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