Html Css Color HEX #B9C0AA Pale Leaf

📋 copy color: '#B9C0AA'

red 185 ◦ green 192 ◦ blue 170

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

Shades of Pale Leaf #B9C0AA

Tints of Pale Leaf #B9C0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 33.82%
G = 35.1%
B = 31.08%

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

#B9C0AA (or 0xB9C0AA) is known color: Pale Leaf. HEX triplet: B9, C0 and AA. RGB value is (185,192,170). Sum of RGB (Red+Green+Blue) = 185+192+170=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0AA is #463F55. Grayscale: #BBBBBB. Windows color (decimal): -4603734 or 11190457. OLE color: 11190457.

HSL color Cylindrical-coordinate representation of color #B9C0AA: hue angle of 79.09º degrees, saturation: 0.15, 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 #B9C0AA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 170 -
CMYK 0.04 0 0.11 0.25
HSL 79.09º 0.15% 0.71% -
HSV(B) 79.09º 0.11% 0.75% -
XYZ 46.11 50.92 45.43 -
YUV 187.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 185 192 170 0.04 0 0.11 0.25 79.09 0.15 0.71
Hex B9 C0 AA 4 0 B 19 4F F 47
Octal 271 300 252 4 0 13 31 117 17 107
Binary 10111001 11000000 10101010 100 0 1011 11001 1001111 1111 1000111

Color Harmonies of #B9C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0AA

Black with #B9C0AA

Text Example


Text Example

White with #B9C0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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