Html Css Color HEX #B6ABB7 Lola

📋 copy color: '#B6ABB7'

red 182 ◦ green 171 ◦ blue 183

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

Shades of Lola #B6ABB7

Tints of Lola #B6ABB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.14%

R = 33.96%
G = 31.9%
B = 34.14%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B6ABB7 (or 0xB6ABB7) is known color: Lola. HEX triplet: B6, AB and B7. RGB value is (182,171,183). Sum of RGB (Red+Green+Blue) = 182+171+183=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 183 - color contains mainly: blue. Hex color #B6ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABB7 is #495448. Grayscale: #AFAFAF. Windows color (decimal): -4805705 or 12037046. OLE color: 12037046.

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

Color convert

RGB 182 171 183 -
CMYK 0.01 0.07 0 0.28
HSL 295º 0.08% 0.69% -
HSV(B) 295º 0.07% 0.72% -
XYZ 42.4 42.49 50.77 -
YUV 175.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 182 171 183 0.01 0.07 0 0.28 295 0.08 0.69
Hex B6 AB B7 1 7 0 1C 127 8 45
Octal 266 253 267 1 7 0 34 447 10 105
Binary 10110110 10101011 10110111 1 111 0 11100 100100111 1000 1000101

Color Harmonies of #B6ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6ABB7

Black with #B6ABB7

Text Example


Text Example

White with #B6ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6ABB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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