Html Css Color HEX #B49BB6 Lola

📋 copy color: '#B49BB6'

red 180 ◦ green 155 ◦ blue 182

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

Shades of Lola #B49BB6

Tints of Lola #B49BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.2%

R = 34.82%
G = 29.98%
B = 35.2%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B49BB6 (or 0xB49BB6) is known color: Lola. HEX triplet: B4, 9B and B6. RGB value is (180,155,182). Sum of RGB (Red+Green+Blue) = 180+155+182=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #B49BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BB6 is #4B6449. Grayscale: #A5A5A5. Windows color (decimal): -4940874 or 11967412. OLE color: 11967412.

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

Color convert

RGB 180 155 182 -
CMYK 0.01 0.15 0 0.29
HSL 295.56º 0.16% 0.66% -
HSV(B) 295.56º 0.15% 0.71% -
XYZ 38.99 36.52 49.25 -
YUV 165.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 180 155 182 0.01 0.15 0 0.29 295.56 0.16 0.66
Hex B4 9B B6 1 F 0 1D 128 10 42
Octal 264 233 266 1 17 0 35 450 20 102
Binary 10110100 10011011 10110110 1 1111 0 11101 100101000 10000 1000010

Color Harmonies of #B49BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BB6

Black with #B49BB6

Text Example


Text Example

White with #B49BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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