#BEC9AF

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

Shades of Pale Leaf #BEC9AF

Tints of Pale Leaf #BEC9AF

Color information

#BEC9AF (or 0xBEC9AF) is unknown color: approx Pale Leaf. HEX triplet: BE, C9 and AF. RGB value is (190,201,175). Sum of RGB (Red+Green+Blue) = 190+201+175=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9AF is #413650. Grayscale: #C2C2C2. Windows color (decimal): -4273745 or 11520446. OLE color: 11520446.

HSL color Cylindrical-coordinate representation of color #BEC9AF: hue angle of 85.38º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC9AF is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB190201175-
CMYK0.0500.130.21
HSL85.38º19.4%73.73%-
HSV(B)85.38º12.94%78.82%-
XYZ49.8655.8248.7-
YUV194.75116.86124.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=33.57%
G=35.51%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011750.0500.130.2185.3819.473.73
HexBEC9AF50D1555134a
Octal27631125750152512523112
Binary10111110110010011010111110101101101011010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC9AF; }

 p { color: rgb(190,201,175); }

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

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

 a { background-color: rgb(190,201,175); }

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

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

 span { border-color: rgb(190,201,175); }

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