Html Css Color HEX #B9C0AB Pale Leaf

📋 copy color: '#B9C0AB'

red 185 ◦ green 192 ◦ blue 171

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

Shades of Pale Leaf #B9C0AB

Tints of Pale Leaf #B9C0AB

RGB

 RED value IS 185 (72.66% from 255) = 33.76%

 GREEN value IS 192 (75.39% from 255) = 35.04%

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

R = 33.76%
G = 35.04%
B = 31.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#B9C0AB (or 0xB9C0AB) is known color: Pale Leaf. HEX triplet: B9, C0 and AB. RGB value is (185,192,171). Sum of RGB (Red+Green+Blue) = 185+192+171=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0AB is #463F54. Grayscale: #BBBBBB. Windows color (decimal): -4603733 or 11255993. OLE color: 11255993.

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

Color convert

RGB 185 192 171 -
CMYK 0.04 0 0.11 0.25
HSL 80º 0.14% 0.71% -
HSV(B) 80º 0.11% 0.75% -
XYZ 46.21 50.95 45.93 -
YUV 187.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 185 192 171 0.04 0 0.11 0.25 80 0.14 0.71
Hex B9 C0 AB 4 0 B 19 50 E 47
Octal 271 300 253 4 0 13 31 120 16 107
Binary 10111001 11000000 10101011 100 0 1011 11001 1010000 1110 1000111

Color Harmonies of #B9C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0AB

Black with #B9C0AB

Text Example


Text Example

White with #B9C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0AB; }

 p { color: rgb(185,192,171); }

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

background-color css

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

 a { background-color: rgb(185,192,171); }

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

border-color css

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

 span { border-color: rgb(185,192,171); }

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