Html Css Color HEX #B49DB8 Lola

📋 copy color: '#B49DB8'

red 180 ◦ green 157 ◦ blue 184

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

Shades of Lola #B49DB8

Tints of Lola #B49DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 34.55%
G = 30.13%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B49DB8 (or 0xB49DB8) is known color: Lola. HEX triplet: B4, 9D and B8. RGB value is (180,157,184). Sum of RGB (Red+Green+Blue) = 180+157+184=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 184 - color contains mainly: blue. Hex color #B49DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DB8 is #4B6247. Grayscale: #A6A6A6. Windows color (decimal): -4940360 or 12098996. OLE color: 12098996.

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

Color convert

RGB 180 157 184 -
CMYK 0.02 0.15 0 0.28
HSL 291.11º 0.16% 0.67% -
HSV(B) 291.11º 0.15% 0.72% -
XYZ 39.53 37.28 50.46 -
YUV 166.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 180 157 184 0.02 0.15 0 0.28 291.11 0.16 0.67
Hex B4 9D B8 2 F 0 1C 123 10 43
Octal 264 235 270 2 17 0 34 443 20 103
Binary 10110100 10011101 10111000 10 1111 0 11100 100100011 10000 1000011

Color Harmonies of #B49DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DB8

Black with #B49DB8

Text Example


Text Example

White with #B49DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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