Html Css Color HEX #B5ABB4 Lola

📋 copy color: '#B5ABB4'

red 181 ◦ green 171 ◦ blue 180

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

Shades of Lola #B5ABB4

Tints of Lola #B5ABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.83%

R = 34.02%
G = 32.14%
B = 33.83%

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

#B5ABB4 (or 0xB5ABB4) is known color: Lola. HEX triplet: B5, AB and B4. RGB value is (181,171,180). Sum of RGB (Red+Green+Blue) = 181+171+180=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABB4 is #4A544B. Grayscale: #AEAEAE. Windows color (decimal): -4871244 or 11840437. OLE color: 11840437.

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

Color convert

RGB 181 171 180 -
CMYK 0 0.06 0.01 0.29
HSL 306º 0.06% 0.69% -
HSV(B) 306º 0.06% 0.71% -
XYZ 41.86 42.24 49.13 -
YUV 175.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 181 171 180 0 0.06 0.01 0.29 306 0.06 0.69
Hex B5 AB B4 0 6 1 1D 132 6 45
Octal 265 253 264 0 6 1 35 462 6 105
Binary 10110101 10101011 10110100 0 110 1 11101 100110010 110 1000101

Color Harmonies of #B5ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ABB4

Black with #B5ABB4

Text Example


Text Example

White with #B5ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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