#BEC8B0

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

Shades of Pale Leaf #BEC8B0

Tints of Pale Leaf #BEC8B0

Color information

#BEC8B0 (or 0xBEC8B0) is unknown color: approx Pale Leaf. HEX triplet: BE, C8 and B0. RGB value is (190,200,176). Sum of RGB (Red+Green+Blue) = 190+200+176=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8B0 is #41374F. Grayscale: #C2C2C2. Windows color (decimal): -4274000 or 11585726. OLE color: 11585726.

HSL color Cylindrical-coordinate representation of color #BEC8B0: hue angle of 85º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEC8B0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB190200176-
CMYK0.0500.120.22
HSL85º17.91%73.73%-
HSV(B)85º12%78.43%-
XYZ49.7355.3949.14-
YUV194.27117.69124.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=33.57%
G=35.34%
B=31.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001760.0500.120.228517.9173.73
HexBEC8B050C1655124a
Octal27631026050142612522112
Binary10111110110010001011000010101100101101010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC8B0; }

 p { color: rgb(190,200,176); }

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

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

 a { background-color: rgb(190,200,176); }

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

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

 span { border-color: rgb(190,200,176); }

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