#B7C0A9

Color #B7C0A9 Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #B7C0A9

Tints of Pale Leaf #B7C0A9

Color information

#B7C0A9 (or 0xB7C0A9) is unknown color: approx Pale Leaf. HEX triplet: B7, C0 and A9. RGB value is (183,192,169). Sum of RGB (Red+Green+Blue) = 183+192+169=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C0A9 is #483F56. Grayscale: #BABABA. Windows color (decimal): -4734807 or 11124919. OLE color: 11124919.

HSL color Cylindrical-coordinate representation of color #B7C0A9: hue angle of 83.48º 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 #B7C0A9 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB183192169-
CMYK0.0500.120.25
HSL83.48º15.44%70.78%-
HSV(B)83.48º11.98%75.29%-
XYZ45.5450.6344.91-
YUV186.69118.02125.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.64%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=33.64%
G=35.29%
B=31.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921690.0500.120.2583.4815.4470.78
HexB7C0A950C1953f47
Octal26730025150143112317107
Binary1011011111000000101010011010110011001101001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0A9; }

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

 H1.HeaderClassName
 {
   color: #B7C0A9;
 }
 .AnyTagClassName
 {
   color: #B7C0A9;
 }
</style>
background-color css

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

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

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

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

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

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