Html Css Color HEX #BAC1AB Pale Leaf

📋 copy color: '#BAC1AB'

red 186 ◦ green 193 ◦ blue 171

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

Shades of Pale Leaf #BAC1AB

Tints of Pale Leaf #BAC1AB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.09%

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

R = 33.82%
G = 35.09%
B = 31.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#BAC1AB (or 0xBAC1AB) is known color: Pale Leaf. HEX triplet: BA, C1 and AB. RGB value is (186,193,171). Sum of RGB (Red+Green+Blue) = 186+193+171=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC1AB is #453E54. Grayscale: #BCBCBC. Windows color (decimal): -4537941 or 11256250. OLE color: 11256250.

HSL color Cylindrical-coordinate representation of color #BAC1AB: hue angle of 79.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC1AB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 171 -
CMYK 0.04 0 0.11 0.24
HSL 79.09º 0.15% 0.71% -
HSV(B) 79.09º 0.11% 0.76% -
XYZ 46.67 51.52 46.01 -
YUV 188.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 186 193 171 0.04 0 0.11 0.24 79.09 0.15 0.71
Hex BA C1 AB 4 0 B 18 4F F 47
Octal 272 301 253 4 0 13 30 117 17 107
Binary 10111010 11000001 10101011 100 0 1011 11000 1001111 1111 1000111

Color Harmonies of #BAC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1AB

Black with #BAC1AB

Text Example


Text Example

White with #BAC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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