#BECBAF

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

Shades of Pale Leaf #BECBAF

Tints of Pale Leaf #BECBAF

Color information

#BECBAF (or 0xBECBAF) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and AF. RGB value is (190,203,175). Sum of RGB (Red+Green+Blue) = 190+203+175=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBAF is #413450. Grayscale: #C4C4C4. Windows color (decimal): -4273233 or 11520958. OLE color: 11520958.

HSL color Cylindrical-coordinate representation of color #BECBAF: hue angle of 87.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECBAF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB190203175-
CMYK0.0600.140.20
HSL87.86º21.21%74.12%-
HSV(B)87.86º13.79%79.61%-
XYZ50.3356.7548.86-
YUV195.92116.19123.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=33.45%
G=35.74%
B=30.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031750.0600.140.2087.8621.2174.12
HexBECBAF60E1458154a
Octal27631325760162413025112
Binary10111110110010111010111111001110101001011000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBAF; }

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

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

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

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

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

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

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

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