#BECBB0

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

Shades of Pale Leaf #BECBB0

Tints of Pale Leaf #BECBB0

Color information

#BECBB0 (or 0xBECBB0) is unknown color: approx Pale Leaf. HEX triplet: BE, CB and B0. RGB value is (190,203,176). Sum of RGB (Red+Green+Blue) = 190+203+176=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBB0 is #41344F. Grayscale: #C4C4C4. Windows color (decimal): -4273232 or 11586494. OLE color: 11586494.

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

Color convert

RGB190203176-
CMYK0.0600.130.20
HSL88.89º20.61%74.31%-
HSV(B)88.89º13.3%79.61%-
XYZ50.4356.7949.38-
YUV196.03116.69123.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=33.39%
G=35.68%
B=30.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031760.0600.130.2088.8920.6174.31
HexBECBB060D1459154a
Octal27631326060152413125112
Binary10111110110010111011000011001101101001011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECBB0; }

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

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

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

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

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

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

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

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