Html Css Color HEX #B5AAB6 Lola

📋 copy color: '#B5AAB6'

red 181 ◦ green 170 ◦ blue 182

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

Shades of Lola #B5AAB6

Tints of Lola #B5AAB6

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B5AAB6: hue angle of 295º 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 #B5AAB6 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 170 182 -
CMYK 0.01 0.07 0 0.29
HSL 295º 0.08% 0.69% -
HSV(B) 295º 0.07% 0.71% -
XYZ 41.87 41.95 50.15 -
YUV 174.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 181 170 182 0.01 0.07 0 0.29 295 0.08 0.69
Hex B5 AA B6 1 7 0 1D 127 8 45
Octal 265 252 266 1 7 0 35 447 10 105
Binary 10110101 10101010 10110110 1 111 0 11101 100100111 1000 1000101

Color Harmonies of #B5AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AAB6

Black with #B5AAB6

Text Example


Text Example

White with #B5AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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