Html Css Color HEX #B4ADB3 Lola

📋 copy color: '#B4ADB3'

red 180 ◦ green 173 ◦ blue 179

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

Shades of Lola #B4ADB3

Tints of Lola #B4ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.52%

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

R = 33.83%
G = 32.52%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B4ADB3 (or 0xB4ADB3) is known color: Lola. HEX triplet: B4, AD and B3. RGB value is (180,173,179). Sum of RGB (Red+Green+Blue) = 180+173+179=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADB3 is #4B524C. Grayscale: #AFAFAF. Windows color (decimal): -4936269 or 11775412. OLE color: 11775412.

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

Color convert

RGB 180 173 179 -
CMYK 0 0.04 0.01 0.29
HSL 308.57º 0.04% 0.69% -
HSV(B) 308.57º 0.04% 0.71% -
XYZ 41.9 42.85 48.71 -
YUV 175.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 180 173 179 0 0.04 0.01 0.29 308.57 0.04 0.69
Hex B4 AD B3 0 4 1 1D 135 4 45
Octal 264 255 263 0 4 1 35 465 4 105
Binary 10110100 10101101 10110011 0 100 1 11101 100110101 100 1000101

Color Harmonies of #B4ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADB3

Black with #B4ADB3

Text Example


Text Example

White with #B4ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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