Html Css Color HEX #BAC4AB Pale Leaf

📋 copy color: '#BAC4AB'

red 186 ◦ green 196 ◦ blue 171

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

Shades of Pale Leaf #BAC4AB

Tints of Pale Leaf #BAC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.44%

 BLUE value IS 171 (67.19% from 255) = 30.92%

R = 33.63%
G = 35.44%
B = 30.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#BAC4AB (or 0xBAC4AB) is known color: Pale Leaf. HEX triplet: BA, C4 and AB. RGB value is (186,196,171). Sum of RGB (Red+Green+Blue) = 186+196+171=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC4AB is #453B54. Grayscale: #BEBEBE. Windows color (decimal): -4537173 or 11257018. OLE color: 11257018.

HSL color Cylindrical-coordinate representation of color #BAC4AB: hue angle of 84º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC4AB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 196 171 -
CMYK 0.05 0 0.13 0.23
HSL 84º 0.17% 0.72% -
HSV(B) 84º 0.13% 0.77% -
XYZ 47.34 52.86 46.24 -
YUV 190.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 186 196 171 0.05 0 0.13 0.23 84 0.17 0.72
Hex BA C4 AB 5 0 D 17 54 11 48
Octal 272 304 253 5 0 15 27 124 21 110
Binary 10111010 11000100 10101011 101 0 1101 10111 1010100 10001 1001000

Color Harmonies of #BAC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4AB

Black with #BAC4AB

Text Example


Text Example

White with #BAC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4AB; }

 p { color: rgb(186,196,171); }

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

background-color css

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

 a { background-color: rgb(186,196,171); }

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

border-color css

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

 span { border-color: rgb(186,196,171); }

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