Html Css Color HEX #B4AAB3 Lola

📋 copy color: '#B4AAB3'

red 180 ◦ green 170 ◦ blue 179

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

Shades of Lola #B4AAB3

Tints of Lola #B4AAB3

RGB

 RED value IS 180 (70.7% from 255) = 34.03%

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

 BLUE value IS 179 (70.31% from 255) = 33.84%

R = 34.03%
G = 32.14%
B = 33.84%

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

#B4AAB3 (or 0xB4AAB3) is known color: Lola. HEX triplet: B4, AA and B3. RGB value is (180,170,179). Sum of RGB (Red+Green+Blue) = 180+170+179=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAB3 is #4B554C. Grayscale: #ADADAD. Windows color (decimal): -4937037 or 11774644. OLE color: 11774644.

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

Color convert

RGB 180 170 179 -
CMYK 0 0.06 0.01 0.29
HSL 306º 0.06% 0.69% -
HSV(B) 306º 0.06% 0.71% -
XYZ 41.33 41.71 48.52 -
YUV 174.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 180 170 179 0 0.06 0.01 0.29 306 0.06 0.69
Hex B4 AA B3 0 6 1 1D 132 6 45
Octal 264 252 263 0 6 1 35 462 6 105
Binary 10110100 10101010 10110011 0 110 1 11101 100110010 110 1000101

Color Harmonies of #B4AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAB3

Black with #B4AAB3

Text Example


Text Example

White with #B4AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAB3; }

 p { color: rgb(180,170,179); }

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

background-color css

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

 a { background-color: rgb(180,170,179); }

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

border-color css

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

 span { border-color: rgb(180,170,179); }

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