Html Css Color HEX #B9C5AA Pale Leaf

📋 copy color: '#B9C5AA'

red 185 ◦ green 197 ◦ blue 170

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

Shades of Pale Leaf #B9C5AA

Tints of Pale Leaf #B9C5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 33.51%
G = 35.69%
B = 30.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#B9C5AA (or 0xB9C5AA) is known color: Pale Leaf. HEX triplet: B9, C5 and AA. RGB value is (185,197,170). Sum of RGB (Red+Green+Blue) = 185+197+170=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C5AA is #463A55. Grayscale: #BEBEBE. Windows color (decimal): -4602454 or 11191737. OLE color: 11191737.

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

Color convert

RGB 185 197 170 -
CMYK 0.06 0 0.14 0.23
HSL 86.67º 0.19% 0.72% -
HSV(B) 86.67º 0.14% 0.77% -
XYZ 47.23 53.15 45.8 -
YUV 190.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 185 197 170 0.06 0 0.14 0.23 86.67 0.19 0.72
Hex B9 C5 AA 6 0 E 17 57 13 48
Octal 271 305 252 6 0 16 27 127 23 110
Binary 10111001 11000101 10101010 110 0 1110 10111 1010111 10011 1001000

Color Harmonies of #B9C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C5AA

Black with #B9C5AA

Text Example


Text Example

White with #B9C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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