#BECAAF

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

Shades of Pale Leaf #BECAAF

Tints of Pale Leaf #BECAAF

Color information

#BECAAF (or 0xBECAAF) is unknown color: approx Pale Leaf. HEX triplet: BE, CA and AF. RGB value is (190,202,175). Sum of RGB (Red+Green+Blue) = 190+202+175=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECAAF is #413550. Grayscale: #C3C3C3. Windows color (decimal): -4273489 or 11520702. OLE color: 11520702.

HSL color Cylindrical-coordinate representation of color #BECAAF: hue angle of 86.67º degrees, saturation: 0.2, 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 #BECAAF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB190202175-
CMYK0.0600.130.21
HSL86.67º20.3%73.92%-
HSV(B)86.67º13.37%79.22%-
XYZ50.0956.2848.78-
YUV195.33116.52124.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=33.51%
G=35.63%
B=30.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021750.0600.130.2186.6720.373.92
HexBECAAF60D1557144a
Octal27631225760152512724112
Binary10111110110010101010111111001101101011010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAAF; }

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

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

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

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

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

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

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

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