Html Css Color HEX #B9C0A9 Pale Leaf

📋 copy color: '#B9C0A9'

red 185 ◦ green 192 ◦ blue 169

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

Shades of Pale Leaf #B9C0A9

Tints of Pale Leaf #B9C0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.95%

R = 33.88%
G = 35.16%
B = 30.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#B9C0A9 (or 0xB9C0A9) is known color: Pale Leaf. HEX triplet: B9, C0 and A9. RGB value is (185,192,169). Sum of RGB (Red+Green+Blue) = 185+192+169=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C0A9 is #463F56. Grayscale: #BBBBBB. Windows color (decimal): -4603735 or 11124921. OLE color: 11124921.

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

Color convert

RGB 185 192 169 -
CMYK 0.04 0 0.12 0.25
HSL 78.26º 0.15% 0.71% -
HSV(B) 78.26º 0.12% 0.75% -
XYZ 46.02 50.88 44.93 -
YUV 187.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 185 192 169 0.04 0 0.12 0.25 78.26 0.15 0.71
Hex B9 C0 A9 4 0 C 19 4E F 47
Octal 271 300 251 4 0 14 31 116 17 107
Binary 10111001 11000000 10101001 100 0 1100 11001 1001110 1111 1000111

Color Harmonies of #B9C0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0A9

Black with #B9C0A9

Text Example


Text Example

White with #B9C0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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