Html Css Color HEX #B6AAB5 Lola

📋 copy color: '#B6AAB5'

red 182 ◦ green 170 ◦ blue 181

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

Shades of Lola #B6AAB5

Tints of Lola #B6AAB5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 34.15%
G = 31.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B6AAB5 (or 0xB6AAB5) is known color: Lola. HEX triplet: B6, AA and B5. RGB value is (182,170,181). Sum of RGB (Red+Green+Blue) = 182+170+181=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAB5 is #49554A. Grayscale: #AEAEAE. Windows color (decimal): -4805963 or 11905718. OLE color: 11905718.

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

Color convert

RGB 182 170 181 -
CMYK 0 0.07 0.01 0.29
HSL 305º 0.08% 0.69% -
HSV(B) 305º 0.07% 0.71% -
XYZ 42.01 42.03 49.61 -
YUV 174.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 182 170 181 0 0.07 0.01 0.29 305 0.08 0.69
Hex B6 AA B5 0 7 1 1D 131 8 45
Octal 266 252 265 0 7 1 35 461 10 105
Binary 10110110 10101010 10110101 0 111 1 11101 100110001 1000 1000101

Color Harmonies of #B6AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AAB5

Black with #B6AAB5

Text Example


Text Example

White with #B6AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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