Html Css Color HEX #B6ABB5 Lola

📋 copy color: '#B6ABB5'

red 182 ◦ green 171 ◦ blue 181

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

Shades of Lola #B6ABB5

Tints of Lola #B6ABB5

RGB

 RED value IS 182 (71.48% from 255) = 34.08%

 GREEN value IS 171 (67.19% from 255) = 32.02%

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

R = 34.08%
G = 32.02%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B6ABB5 (or 0xB6ABB5) is known color: Lola. HEX triplet: B6, AB and B5. RGB value is (182,171,181). Sum of RGB (Red+Green+Blue) = 182+171+181=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABB5 is #49544A. Grayscale: #AFAFAF. Windows color (decimal): -4805707 or 11905974. OLE color: 11905974.

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

Color convert

RGB 182 171 181 -
CMYK 0 0.06 0.01 0.29
HSL 305.45º 0.07% 0.69% -
HSV(B) 305.45º 0.06% 0.71% -
XYZ 42.19 42.41 49.68 -
YUV 175.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 182 171 181 0 0.06 0.01 0.29 305.45 0.07 0.69
Hex B6 AB B5 0 6 1 1D 131 7 45
Octal 266 253 265 0 6 1 35 461 7 105
Binary 10110110 10101011 10110101 0 110 1 11101 100110001 111 1000101

Color Harmonies of #B6ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABB5

Black with #B6ABB5

Text Example


Text Example

White with #B6ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABB5; }

 p { color: rgb(182,171,181); }

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

background-color css

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

 a { background-color: rgb(182,171,181); }

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

border-color css

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

 span { border-color: rgb(182,171,181); }

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