Html Css Color HEX #B49DB5 Lola

📋 copy color: '#B49DB5'

red 180 ◦ green 157 ◦ blue 181

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

Shades of Lola #B49DB5

Tints of Lola #B49DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 34.75%
G = 30.31%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B49DB5 (or 0xB49DB5) is known color: Lola. HEX triplet: B4, 9D and B5. RGB value is (180,157,181). Sum of RGB (Red+Green+Blue) = 180+157+181=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #B49DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB5 is #4B624A. Grayscale: #A6A6A6. Windows color (decimal): -4940363 or 11902388. OLE color: 11902388.

HSL color Cylindrical-coordinate representation of color #B49DB5: hue angle of 297.5º degrees, saturation: 0.14, 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 #B49DB5 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 181 -
CMYK 0.01 0.13 0 0.29
HSL 297.5º 0.14% 0.66% -
HSV(B) 297.5º 0.13% 0.71% -
XYZ 39.22 37.15 48.82 -
YUV 166.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 180 157 181 0.01 0.13 0 0.29 297.5 0.14 0.66
Hex B4 9D B5 1 D 0 1D 12A E 42
Octal 264 235 265 1 15 0 35 452 16 102
Binary 10110100 10011101 10110101 1 1101 0 11101 100101010 1110 1000010

Color Harmonies of #B49DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DB5

Black with #B49DB5

Text Example


Text Example

White with #B49DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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