Html Css Color HEX #BAB1B4 Lily

📋 copy color: '#BAB1B4'

red 186 ◦ green 177 ◦ blue 180

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

Shades of Lily #BAB1B4

Tints of Lily #BAB1B4

RGB

 RED value IS 186 (73.05% from 255) = 34.25%

 GREEN value IS 177 (69.53% from 255) = 32.6%

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

R = 34.25%
G = 32.6%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAB1B4 (or 0xBAB1B4) is known color: Lily. HEX triplet: BA, B1 and B4. RGB value is (186,177,180). Sum of RGB (Red+Green+Blue) = 186+177+180=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1B4 is #454E4B. Grayscale: #B4B4B4. Windows color (decimal): -4542028 or 11841978. OLE color: 11841978.

HSL color Cylindrical-coordinate representation of color #BAB1B4: hue angle of 340º degrees, saturation: 0.06, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB1B4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 180 -
CMYK 0 0.05 0.03 0.27
HSL 340º 0.06% 0.71% -
HSV(B) 340º 0.05% 0.73% -
XYZ 44.21 45.18 49.57 -
YUV 180.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 186 177 180 0 0.05 0.03 0.27 340 0.06 0.71
Hex BA B1 B4 0 5 3 1B 154 6 47
Octal 272 261 264 0 5 3 33 524 6 107
Binary 10111010 10110001 10110100 0 101 11 11011 101010100 110 1000111

Color Harmonies of #BAB1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1B4

Black with #BAB1B4

Text Example


Text Example

White with #BAB1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1B4; }

 p { color: rgb(186,177,180); }

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

background-color css

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

 a { background-color: rgb(186,177,180); }

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

border-color css

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

 span { border-color: rgb(186,177,180); }

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