Html Css Color HEX #B49DB9 Lola

📋 copy color: '#B49DB9'

red 180 ◦ green 157 ◦ blue 185

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

Shades of Lola #B49DB9

Tints of Lola #B49DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 34.48%
G = 30.08%
B = 35.44%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B49DB9 (or 0xB49DB9) is known color: Lola. HEX triplet: B4, 9D and B9. RGB value is (180,157,185). Sum of RGB (Red+Green+Blue) = 180+157+185=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #B49DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB9 is #4B6246. Grayscale: #A6A6A6. Windows color (decimal): -4940359 or 12164532. OLE color: 12164532.

HSL color Cylindrical-coordinate representation of color #B49DB9: hue angle of 289.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49DB9 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 157 185 -
CMYK 0.03 0.15 0 0.27
HSL 289.29º 0.17% 0.67% -
HSV(B) 289.29º 0.15% 0.73% -
XYZ 39.64 37.32 51.01 -
YUV 167.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 180 157 185 0.03 0.15 0 0.27 289.29 0.17 0.67
Hex B4 9D B9 3 F 0 1B 121 11 43
Octal 264 235 271 3 17 0 33 441 21 103
Binary 10110100 10011101 10111001 11 1111 0 11011 100100001 10001 1000011

Color Harmonies of #B49DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DB9

Black with #B49DB9

Text Example


Text Example

White with #B49DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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