Html Css Color HEX #B9C2AB Pale Leaf

📋 copy color: '#B9C2AB'

red 185 ◦ green 194 ◦ blue 171

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

Shades of Pale Leaf #B9C2AB

Tints of Pale Leaf #B9C2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.27%

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

R = 33.64%
G = 35.27%
B = 31.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#B9C2AB (or 0xB9C2AB) is known color: Pale Leaf. HEX triplet: B9, C2 and AB. RGB value is (185,194,171). Sum of RGB (Red+Green+Blue) = 185+194+171=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2AB is #463D54. Grayscale: #BCBCBC. Windows color (decimal): -4603221 or 11256505. OLE color: 11256505.

HSL color Cylindrical-coordinate representation of color #B9C2AB: hue angle of 83.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C2AB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 171 -
CMYK 0.05 0 0.12 0.24
HSL 83.48º 0.16% 0.72% -
HSV(B) 83.48º 0.12% 0.76% -
XYZ 46.65 51.84 46.08 -
YUV 188.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 185 194 171 0.05 0 0.12 0.24 83.48 0.16 0.72
Hex B9 C2 AB 5 0 C 18 53 10 48
Octal 271 302 253 5 0 14 30 123 20 110
Binary 10111001 11000010 10101011 101 0 1100 11000 1010011 10000 1001000

Color Harmonies of #B9C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2AB

Black with #B9C2AB

Text Example


Text Example

White with #B9C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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